|
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.levelOps.ClipNeg
Clips all negative values in a signal to zero. Supports DiscreteSignal, RealSignal.
Provides command line option.
| Constructor Summary | |
ClipNeg()
Dummy Constructor |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
Clips the range of signal to zero. |
protected Signal |
apply(DiscreteSignal signal,
ROI roi)
Clips the range of signal to zero in a region of interest. |
protected Signal |
apply(RealSignal signal)
Clips the range of signal to zero. |
protected Signal |
apply(RealSignal signal,
ROI roi)
Clips the range of signal to zero in a region of interest. |
static void |
main(String[] argv)
For command line 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 |
| Constructor Detail |
public ClipNeg()
| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal to zero.
apply in class SimpleOperatorsignal - DiscreteSignal
signal
protected Signal apply(DiscreteSignal signal,
ROI roi)
signal to zero in a region of interest.
apply in class SimpleOperatorsignal - DiscreteSignalroi - Region of Interest of signal
signalprotected Signal apply(RealSignal signal)
signal to zero.
apply in class SimpleOperatorsignal - RealSignal
signal
protected Signal apply(RealSignal signal,
ROI roi)
signal to zero in a region of interest.
apply in class SimpleOperatorsignal - RealSignalroi - Region of Interest of signal
signalpublic static void main(String[] argv)
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||