ComplexPlane
Designates on which complex plane the function should operate.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_REAL | 0 | The function operates on the real plane of the complex image. |
| IMAQ_IMAGINARY | 1 | The function operates on the imaginary plane of the complex image. |
| IMAQ_MAGNITUDE | 2 | The function operates on the magnitude plane of the complex image. |
| IMAQ_PHASE | 3 | The function operates on the phase plane of the complex image. |
| IMAQ_COMPLEX_PLANE_SIZE_GUARD | 0xFFFFFFFF | Reserved |