Class GradientTwo1_Standard_MT

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

@Generated("boofcv.alg.filter.derivative.impl.GradientTwo1_Standard") public class GradientTwo1_Standard_MT extends Object

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

  • Constructor Details

    • GradientTwo1_Standard_MT

      public GradientTwo1_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(GrayS16 orig, GrayS16 derivX, GrayS16 derivY)