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