Class GradientTwo0_Standard
java.lang.Object
boofcv.alg.filter.derivative.impl.GradientTwo0_Standard
public class GradientTwo0_Standard extends Object
Basic implementation of GradientTwo0
with nothing fancy is done to improve its performance.
-
Constructor Summary
Constructors Constructor Description GradientTwo0_Standard()
-
Method Summary
Modifier and Type Method Description static void
process(GrayF32 orig, GrayF32 derivX, GrayF32 derivY)
Computes the derivative along the x and y axesstatic void
process(GrayS16 orig, GrayS16 derivX, GrayS16 derivY)
static void
process(GrayU8 orig, GrayS16 derivX, GrayS16 derivY)
Computes the derivative along the x and y axes
-
Constructor Details
-
GradientTwo0_Standard
public GradientTwo0_Standard()
-
-
Method Details
-
process
Computes the derivative along the x and y axes -
process
Computes the derivative along the x and y axes -
process
-