public class GIntegralImageFeatureIntensity
extends java.lang.Object
| Constructor and Description |
|---|
GIntegralImageFeatureIntensity() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends boofcv.struct.image.ImageGray> |
hessian(T integral,
int skip,
int size,
boofcv.struct.image.GrayF32 intensity)
Computes an approximation to the Hessian's determinant.
|
public static <T extends boofcv.struct.image.ImageGray> void hessian(T integral,
int skip,
int size,
boofcv.struct.image.GrayF32 intensity)
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.