public class FSobelMagnitude extends Object implements SinglebandKernelProcessor<Float,FImage>
SinglebandKernelProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>| Modifier and Type | Field and Description |
|---|---|
static FImage |
KERNEL_X
The 3x3 derivative of a gaussian of sigma 1 in the x direction
|
static FImage |
KERNEL_Y
The 3x3 derivative of a gaussian of sigma 1 in the x direction
|
| Constructor and Description |
|---|
FSobelMagnitude() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKernelHeight() |
int |
getKernelWidth() |
Float |
processKernel(FImage patch) |
public static final FImage KERNEL_X
public FSobelMagnitude()
public int getKernelHeight()
getKernelHeight in interface KernelProcessor<Float,FImage>public int getKernelWidth()
getKernelWidth in interface KernelProcessor<Float,FImage>public Float processKernel(FImage patch)
processKernel in interface KernelProcessor<Float,FImage>