Class HessianThree_Standard

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

public class HessianThree_Standard extends Object

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

  • Constructor Details

    • HessianThree_Standard

      public HessianThree_Standard()
  • Method Details

    • process

      public static void process(GrayF32 orig, GrayF32 derivXX, GrayF32 derivYY, GrayF32 derivXY)
      Computes the derivative along the x and y axes
    • process

      public static void process(GrayU8 orig, GrayS16 derivXX, GrayS16 derivYY, GrayS16 derivXY)
      Computes the derivative along the x and y axes