Class GradientFamilyAB
java.lang.Object
boofcv.alg.filter.derivative.impl.GradientFamilyAB
Generalized code for family of Gradient operators that have the kernels [-1 0 1]**[a b a]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Computes derivative of GrayF32.static void
static void
Computes derivative of GrayU8.
-
Constructor Details
-
GradientFamilyAB
public GradientFamilyAB()
-
-
Method Details
-
process
Computes derivative of GrayU8. Inputs can be sub-images. -
process
-
process
Computes derivative of GrayF32. None of the images can be sub-images.
-