boofcv.alg.feature.detect.intensity
Class IntegralImageFeatureIntensity
- java.lang.Object
-
- boofcv.alg.feature.detect.intensity.IntegralImageFeatureIntensity
-
public class IntegralImageFeatureIntensity extends java.lang.ObjectRoutines for computing the intensity of the fast hessian features in an image.
-
-
Constructor Summary
Constructors Constructor and Description IntegralImageFeatureIntensity()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidhessian(GrayF32 integral, int skip, int size, GrayF32 intensity)Computes an approximation to the Hessian's determinant.static voidhessian(GrayS32 integral, int skip, int size, GrayF32 intensity)Computes an approximation to the Hessian's determinant.
-
-
-
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