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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
hessianBorder
(GrayF32 integral, int skip, int size, GrayF32 intensity, @Nullable IntegralKernel storageKerXX, @Nullable IntegralKernel storageKerYY, @Nullable IntegralKernel storageKerXY) Only computes the fast hessian along the border using a brute force approachstatic void
hessianBorder
(GrayS32 integral, int skip, int size, GrayF32 intensity, @Nullable IntegralKernel storageKerXX, @Nullable IntegralKernel storageKerYY, @Nullable IntegralKernel storageKerXY) Only computes the fast hessian along the border using a brute force approachstatic void
hessianInner
(GrayF32 integral, int skip, int size, GrayF32 intensity) Optimizes intensity for the inner image.static void
hessianInner
(GrayS32 integral, int skip, int size, GrayF32 intensity) Optimizes intensity for the inner image.
-
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
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
Optimizes intensity for the inner image.
-