Documentation of 'boofcv.alg.feature.detect.intensity.IntegralImageFeatureIntensity' Java class
IntegralImageFeatureIntensity
boofcv.alg.feature.detect.intensity

Class IntegralImageFeatureIntensity



  • public class IntegralImageFeatureIntensity
    extends java.lang.Object
    Routines for computing the intensity of the fast hessian features in an image.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void hessian(GrayF32 integral, int skip, int size, GrayF32 intensity)
      Computes an approximation to the Hessian's determinant.
      static void hessian(GrayS32 integral, int skip, int size, GrayF32 intensity)
      Computes an approximation to the Hessian's determinant.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegralImageFeatureIntensity

        public IntegralImageFeatureIntensity()
    • Method Detail

      • hessian

        public static void hessian(GrayF32 integral,
                                   int skip,
                                   int size,
                                   GrayF32 intensity)
        Computes an approximation to the Hessian's determinant.
        Parameters:
        integral - Integral image transform of input image. Not modified.
        skip - How many pixels should it skip over.
        size - Hessian kernel's size.
        intensity - Output intensity image.
      • hessian

        public static void hessian(GrayS32 integral,
                                   int skip,
                                   int size,
                                   GrayF32 intensity)
        Computes an approximation to the Hessian's determinant.
        Parameters:
        integral - Integral image transform of input image. Not modified.
        skip - How many pixels should it skip over.
        size - Hessian kernel's size.
        intensity - Output intensity image.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.