public class HessianThree_Standard
extends java.lang.Object
Basic implementation of HessianThree with nothing fancy is done to improve its performance.
| Constructor and Description |
|---|
HessianThree_Standard() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(GrayF32 orig,
GrayF32 derivXX,
GrayF32 derivYY,
GrayF32 derivXY)
Computes the derivative along the x and y axes
|
static void |
process(GrayU8 orig,
GrayS16 derivXX,
GrayS16 derivYY,
GrayS16 derivXY)
Computes the derivative along the x and y axes
|