public class GradientThree_Standard
extends java.lang.Object
Basic implementation of GradientThree with nothing fancy is done to improve its performance.
| Constructor and Description |
|---|
GradientThree_Standard() |
| Modifier and Type | Method and Description |
|---|---|
static void |
process(ImageFloat32 orig,
ImageFloat32 derivX,
ImageFloat32 derivY)
Computes the derivative along the x and y axes
|
static void |
process(ImageSInt16 orig,
ImageSInt16 derivX,
ImageSInt16 derivY) |
static void |
process(ImageUInt8 orig,
ImageSInt16 derivX,
ImageSInt16 derivY)
Computes the derivative along the x and y axes
|
static void |
process(ImageUInt8 orig,
ImageSInt32 derivX,
ImageSInt32 derivY)
Computes the derivative along the x and y axes
|
public static void process(ImageFloat32 orig, ImageFloat32 derivX, ImageFloat32 derivY)
public static void process(ImageUInt8 orig, ImageSInt16 derivX, ImageSInt16 derivY)
public static void process(ImageUInt8 orig, ImageSInt32 derivX, ImageSInt32 derivY)
public static void process(ImageSInt16 orig, ImageSInt16 derivX, ImageSInt16 derivY)