|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjjil.core.PipelineStage
jjil.algorithm.Complex2Gray32
public class Complex2Gray32
Converts a Complex32Image to a Gray32Image by taking the complex magnitude of each pixel.
| Constructor Summary | |
|---|---|
Complex2Gray32()
Creates a new instance of Complex2Gray32 |
|
| Method Summary | |
|---|---|
void |
push(Image im)
Convert an input Complex32Image to an output Gray32Image by taking the complex magnitude of each pixel. |
| Methods inherited from class jjil.core.PipelineStage |
|---|
getFront, isEmpty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Complex2Gray32()
| Method Detail |
|---|
public void push(Image im)
throws Error
push in class PipelineStageim - Input image. Must be a Complex32Image.
Error - if the input is not of type Complex32Image.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||