|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.signal.SimpleOperator
|
+--jigl.signal.ops.morph.Erode
Erode performs an erode operation on a signal. Supports BinarySignal.
Provides command option.
| Field Summary | |
(package private) int |
center_x
center position |
(package private) SignalKernel |
kernel
morph kernel |
| Constructor Summary | |
Erode(SignalKernel ker,
int x)
Initilizes Erode |
|
| Method Summary | |
protected Signal |
apply(BinarySignal signal)
Erodes a BinarySignal. |
protected Signal |
apply(BinarySignal signal,
ROI roi)
Erodes a BinarySignal in a region of interest. |
static void |
main(String[] argv)
For command option. |
| Methods inherited from class jigl.signal.SimpleOperator |
apply, apply, apply, apply, apply, apply, apply, apply |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
SignalKernel kernel
int center_x
| Constructor Detail |
public Erode(SignalKernel ker,
int x)
| Method Detail |
protected Signal apply(BinarySignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - BinarySignal
protected Signal apply(BinarySignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - BinarySignalroi - Region of Interest of signal
public static void main(String[] argv)
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||