|
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.Close
Close performs a close operation on a signal. Supports BinarySignal.
Provides command option.
| Field Summary | |
private int |
center_x
center position |
private SignalKernel |
kernel
morph kernel |
| Constructor Summary | |
Close(SignalKernel ker,
int x)
Initilizes Close object from a SignalKernel object and a center position. |
|
| Method Summary | |
protected Signal |
apply(BinarySignal signal)
Closes a BinarySignal. |
protected Signal |
apply(BinarySignal signal,
ROI roi)
Closes 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 |
private SignalKernel kernel
private int center_x
| Constructor Detail |
public Close(SignalKernel ker,
int x)
ker - SignalKernelx - center x value| 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 | ||||||||||