Class GradientThree_Standard

java.lang.Object
boofcv.alg.filter.derivative.impl.GradientThree_Standard

public class GradientThree_Standard extends Object

Basic implementation of GradientThree with nothing fancy is done to improve its performance.

  • Constructor Details

    • GradientThree_Standard

      public GradientThree_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(GrayU8 orig, GrayS32 derivX, GrayS32 derivY)
      Computes the derivative along the x and y axes
    • process

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