FftImageToImage Method

CVB.Net Documentation
Transform this compressed FFT image into a regular CVB image with a real and imaginary part.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public Image ToImage()

Return Value

Type: Image
Two planar image (as Float32Bpp).
Remarks

Plane 0 contains the real values of all the pixels and plane 1 the imaginary ones.
See Also

Reference