Class ImplIntegralImageFeatureIntensity_MT

java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplIntegralImageFeatureIntensity_MT

@Generated("boofcv.alg.feature.detect.intensity.impl.ImplIntegralImageFeatureIntensity") public class ImplIntegralImageFeatureIntensity_MT extends Object

Routines for computing the intensity of the fast hessian features in an image.

DO NOT MODIFY. Automatically generated code created by GenerateImplIntegralImageFeatureIntensity

  • Constructor Details

    • ImplIntegralImageFeatureIntensity_MT

      public ImplIntegralImageFeatureIntensity_MT()
  • Method Details

    • hessianBorder

      public static void hessianBorder(GrayF32 integral, int skip, int size, GrayF32 intensity, @Nullable @Nullable IntegralKernel storageKerXX, @Nullable @Nullable IntegralKernel storageKerYY, @Nullable @Nullable IntegralKernel storageKerXY)
      Only computes the fast hessian along the border using a brute force approach
    • hessianInner

      public static void hessianInner(GrayF32 integral, int skip, int size, GrayF32 intensity)
      Optimizes intensity for the inner image.
    • hessianBorder

      public static void hessianBorder(GrayS32 integral, int skip, int size, GrayF32 intensity, @Nullable @Nullable IntegralKernel storageKerXX, @Nullable @Nullable IntegralKernel storageKerYY, @Nullable @Nullable IntegralKernel storageKerXY)
      Only computes the fast hessian along the border using a brute force approach
    • hessianInner

      public static void hessianInner(GrayS32 integral, int skip, int size, GrayF32 intensity)
      Optimizes intensity for the inner image.