public class IntegralImageFeatureIntensity extends Object
| Constructor and Description |
|---|
IntegralImageFeatureIntensity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
hessian(ImageFloat32 integral,
int skip,
int size,
ImageFloat32 intensity)
Computes an approximation to the Hessian's determinant.
|
static void |
hessian(ImageSInt32 integral,
int skip,
int size,
ImageFloat32 intensity)
Computes an approximation to the Hessian's determinant.
|
public static void hessian(ImageFloat32 integral, int skip, int size, ImageFloat32 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(ImageSInt32 integral, int skip, int size, ImageFloat32 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.Copyright © 2013. All Rights Reserved.