Class GradientThree_Standard_MT

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

@Generated("boofcv.alg.filter.derivative.impl.GradientThree_Standard") public class GradientThree_Standard_MT extends Object

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

  • Constructor Details

    • GradientThree_Standard_MT

      public GradientThree_Standard_MT()
  • 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)