Class GradientFamilyAB_MT
java.lang.Object
boofcv.alg.filter.derivative.impl.GradientFamilyAB_MT
@Generated("boofcv.alg.filter.derivative.impl.GradientFamilyAB")
public class GradientFamilyAB_MT
extends Object
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_MT
public GradientFamilyAB_MT()
-
-
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.
-