Uses of Class
boofcv.struct.sparse.GradientValue_F32
-
Uses of GradientValue_F32 in boofcv.alg.filter.derivative.impl
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_F32.compute
(int x, int y) SparseIntegralHaar_NoBorder_F32.compute
(int x, int y) Modifier and TypeMethodDescriptionSparseIntegralGradient_NoBorder_F32.getGradientType()
SparseIntegralHaar_NoBorder_F32.getGradientType()