|
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.GErode
GErode performs an erode operation on a signal. Supports DiscreteSignal, RealSignal.
Provides command option.
| Field Summary | |
private int |
center_x
center position |
private SignalKernel |
kernel
morph kernel |
| Constructor Summary | |
GErode(SignalKernel ker,
int x)
Initilizes Erode |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
Erodes a DiscreteSignal. |
protected Signal |
apply(DiscreteSignal signal,
ROI roi)
Erodes a DiscreteSignal in a region of interest. |
protected Signal |
apply(RealSignal signal)
Erodes a RealSignal. |
protected Signal |
apply(RealSignal signal,
ROI roi)
Erodes a RealSignal. |
static void |
main(String[] argv)
For command option. |
| Methods inherited from class jigl.signal.SimpleOperator |
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 |
private SignalKernel kernel
private int center_x
| Constructor Detail |
public GErode(SignalKernel ker,
int x)
| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignal to erode
protected Signal apply(DiscreteSignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignal to eroderoi - Region of Interest of signal
protected Signal apply(RealSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - RealSignal to erode
protected Signal apply(RealSignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - RealSignal to eroderoi - 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 | ||||||||||