|
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.Log
Performs the Log function on each pixel in this signal. Supports DiscreteSignal, RealSignal. Please note this class always return a RealSignal.
Provides command line option.
| Constructor Summary | |
Log()
Dummy Constructor |
|
| Method Summary | |
protected Signal |
apply(DiscreteSignal signal)
Performs the Log function on a DiscreteSignal. |
protected Signal |
apply(DiscreteSignal signal,
ROI roi)
Performs the Log function on a DiscreteSignal in a region of interest. |
protected Signal |
apply(RealSignal signal)
Performs the Log function on a RealSignal. |
protected Signal |
apply(RealSignal signal,
ROI roi)
Performs the Log function on a RealSignal 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 Log()
| Method Detail |
protected Signal apply(DiscreteSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignal
protected Signal apply(DiscreteSignal signal,
ROI roi)
signal is not modified).
apply in class SimpleOperatorsignal - DiscreteSignalroi - Region of Interest
protected Signal apply(RealSignal signal)
signal is not modified).
apply in class SimpleOperatorsignal - RealSignal
protected Signal apply(RealSignal signal,
ROI roi)
apply in class SimpleOperatorsignal - RealSignalroi - 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 | ||||||||||