|
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.Dilate
Dilate performs a dilate operation on a signal. Supports BinarySignal.
Provides command option.
| Field Summary | |
private int |
center_x
center position |
private SignalKernel |
kernel
morph kernel |
| Constructor Summary | |
Dilate(SignalKernel ker,
int x)
Initilizes Dilate |
|
| Method Summary | |
protected Signal |
apply(BinarySignal signal)
Dilates a BinarySignal. |
protected Signal |
apply(BinarySignal signal,
ROI roi)
Dilates 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 Dilate(SignalKernel ker,
int x)
| Method Detail |
protected Signal apply(BinarySignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - BinarySignal to perform dilate on.
protected Signal apply(BinarySignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - BinarySignal to perform dilate 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 | ||||||||||