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(GrayF32 orig,
GrayF32 derivX,
GrayF32 derivY)
Computes the derivative along the x and y axes
|
static void |
process(GrayS16 orig,
GrayS16 derivX,
GrayS16 derivY) |
static void |
process(GrayU8 orig,
GrayS16 derivX,
GrayS16 derivY)
Computes the derivative along the x and y axes
|
static void |
process(GrayU8 orig,
GrayS32 derivX,
GrayS32 derivY)
Computes the derivative along the x and y axes
|
public static void process(GrayF32 orig, GrayF32 derivX, GrayF32 derivY)
public static void process(GrayU8 orig, GrayS16 derivX, GrayS16 derivY)
public static void process(GrayU8 orig, GrayS32 derivX, GrayS32 derivY)