|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jigl.image.SimpleOperator
|
+--jigl.image.ops.ForwardFFT
Performs the forward FFT on an image. Simply provides a SimpleOperator wrapper around the FFT class. Supports GrayImage, RealGrayImage, ComplexImage
FFT| Constructor Summary | |
ForwardFFT()
Constructor. |
|
| Method Summary | |
protected Image |
apply(ComplexImage image)
Performs the forward FFT on a ComplexImage. |
protected Image |
apply(GrayImage image)
Performs the forward FFT on a GrayImage. |
protected Image |
apply(RealGrayImage image)
Performs the forward FFT on a RealGrayImage. |
| Methods inherited from class jigl.image.SimpleOperator |
apply, apply, apply, 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 |
| Constructor Detail |
public ForwardFFT()
| Method Detail |
protected Image apply(GrayImage image)
apply in class SimpleOperatorimage - GrayImage to transform.
protected Image apply(RealGrayImage image)
apply in class SimpleOperatorimage - RealGrayImage to transform.
protected Image apply(ComplexImage image)
apply in class SimpleOperatorimage - ComplexImage to transform.
|
JIGL v1.6 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||