Class ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>>

java.lang.Object
boofcv.abst.filter.derivative.ImageHessianDirect_SB<T,D>
boofcv.abst.filter.derivative.ImageHessianDirect_SB.Sobel<T,D>
All Implemented Interfaces:
ImageDerivative<T,D>, ImageHessianDirect<T,D>
Enclosing class:
ImageHessianDirect_SB<Input extends ImageGray<Input>,Output extends ImageGray<Output>>

public static class ImageHessianDirect_SB.Sobel<T extends ImageGray<T>,D extends ImageGray<D>> extends ImageHessianDirect_SB<T,D>
  • Constructor Details

    • Sobel

      public Sobel(Class<T> inputType, Class<D> derivType)
  • Method Details

    • process

      public void process(T inputImage, D derivXX, D derivYY, D derivXY)
      Description copied from interface: ImageHessianDirect
      Computes all the second derivative terms in the image.
      Parameters:
      inputImage - Original image.
      derivXX - Second derivative x-axis x-axis
      derivYY - Second derivative x-axis y-axis
      derivXY - Second derivative x-axis y-axis