|
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.GClose
GClose performs a close 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 | |
GClose(SignalKernel ker,
int x)
Initilizes Close ker SignalKernel x center x value |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
Closes a DiscreteSignal. |
protected Signal |
apply(DiscreteSignal signal,
ROI roi)
Closes a DiscreteSignal in a region of interest. |
protected Signal |
apply(RealSignal signal)
Closes a RealSignal. |
protected Signal |
apply(RealSignal signal,
ROI roi)
Closes a RealSignal 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 |
| 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 GClose(SignalKernel ker,
int x)
| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignal to perform close on.
protected Signal apply(DiscreteSignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignal to perform close on.roi - Region of Interest of signal
protected Signal apply(RealSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - RealSignal to perform close on.
protected Signal apply(RealSignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - RealSignal to perform close on.roi - 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 | ||||||||||