Chapter 2
Getting Measurement-Ready Images
©
National Instruments Corporation
2-13
IMAQ Vision for LabWindows/CVI User Manual
3.
To transform your image back to the spatial domain, use
imaqInverseFFT()
.
Complex Image Operations
The
imaqExtractComplexPlane()
and
imaqReplaceComplexPlane()
functions allow you to access, process,
and update independently the real and imaginary planes of a complex
image. You can also convert planes of a complex image to an array
and back with
imaqComplexPlaneToArray()
and
imaqArrayToComplexPlane()
.