public class GradientTwo1_Standard
extends java.lang.Object
Basic implementation of GradientTwo1 with nothing fancy is done to improve its performance.
| Constructor and Description |
|---|
GradientTwo1_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
|
public static void process(ImageFloat32 orig, ImageFloat32 derivX, ImageFloat32 derivY)
public static void process(ImageUInt8 orig, ImageSInt16 derivX, ImageSInt16 derivY)
public static void process(ImageSInt16 orig, ImageSInt16 derivX, ImageSInt16 derivY)