public class HessianThree_Standard extends 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(ImageFloat32 orig,
ImageFloat32 derivXX,
ImageFloat32 derivYY,
ImageFloat32 derivXY)
Computes the derivative along the x and y axes
|
static void |
process(ImageUInt8 orig,
ImageSInt16 derivXX,
ImageSInt16 derivYY,
ImageSInt16 derivXY)
Computes the derivative along the x and y axes
|
public static void process(ImageFloat32 orig, ImageFloat32 derivXX, ImageFloat32 derivYY, ImageFloat32 derivXY)
public static void process(ImageUInt8 orig, ImageSInt16 derivXX, ImageSInt16 derivYY, ImageSInt16 derivXY)
Copyright © 2013. All Rights Reserved.