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 Details

    • GradientTwo0_Standard

      public GradientTwo0_Standard()
  • Method Details

    • process

      public static void process(GrayF32 orig, GrayF32 derivX, GrayF32 derivY)
      Computes the derivative along the x and y axes
    • process

      public static void process(GrayU8 orig, GrayS16 derivX, GrayS16 derivY)
      Computes the derivative along the x and y axes
    • process

      public static void process(GrayS16 orig, GrayS16 derivX, GrayS16 derivY)