Uses of Class
boofcv.struct.sparse.GradientValue_I32
Packages that use GradientValue_I32
-
Uses of GradientValue_I32 in boofcv.alg.filter.derivative.impl
Methods in boofcv.alg.filter.derivative.impl that return GradientValue_I32Modifier and TypeMethodDescriptionGradientSparsePrewitt_U8.compute(int x, int y) GradientSparseSobel_U8.compute(int x, int y) GradientSparseThree_U8.compute(int x, int y) GradientSparseTwo0_U8.compute(int x, int y) GradientSparseTwo1_U8.compute(int x, int y) Methods in boofcv.alg.filter.derivative.impl that return types with arguments of type GradientValue_I32Modifier and TypeMethodDescriptionGradientSparsePrewitt_U8.getGradientType()GradientSparseSobel_U8.getGradientType()GradientSparseThree_U8.getGradientType()GradientSparseTwo0_U8.getGradientType()GradientSparseTwo1_U8.getGradientType() -
Uses of GradientValue_I32 in boofcv.alg.transform.ii.impl
Methods in boofcv.alg.transform.ii.impl that return GradientValue_I32Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_I32.compute(int x, int y) SparseIntegralHaar_NoBorder_I32.compute(int x, int y) Methods in boofcv.alg.transform.ii.impl that return types with arguments of type GradientValue_I32Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_I32.getGradientType()SparseIntegralHaar_NoBorder_I32.getGradientType()