Uses of Class
boofcv.struct.sparse.GradientValue_F32
Packages that use GradientValue_F32
-
Uses of GradientValue_F32 in boofcv.alg.filter.derivative.impl
Methods in boofcv.alg.filter.derivative.impl that return GradientValue_F32Modifier and TypeMethodDescriptionGradientSparsePrewitt_F32.compute
(int x, int y) GradientSparseSobel_F32.compute
(int x, int y) GradientSparseThree_F32.compute
(int x, int y) GradientSparseTwo0_F32.compute
(int x, int y) GradientSparseTwo1_F32.compute
(int x, int y) Methods in boofcv.alg.filter.derivative.impl that return types with arguments of type GradientValue_F32Modifier and TypeMethodDescriptionGradientSparsePrewitt_F32.getGradientType()
GradientSparseSobel_F32.getGradientType()
GradientSparseThree_F32.getGradientType()
GradientSparseTwo0_F32.getGradientType()
GradientSparseTwo1_F32.getGradientType()
-
Uses of GradientValue_F32 in boofcv.alg.transform.ii.impl
Methods in boofcv.alg.transform.ii.impl that return GradientValue_F32Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_F32.compute
(int x, int y) SparseIntegralHaar_NoBorder_F32.compute
(int x, int y) Methods in boofcv.alg.transform.ii.impl that return types with arguments of type GradientValue_F32Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_F32.getGradientType()
SparseIntegralHaar_NoBorder_F32.getGradientType()