FftImageFromImage Method

CVB.Net Documentation
Transform a CVB image into a compressed FFT image.

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

public static FftImage FromImage(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image to be converted.

Return Value

Type: FftImage
New compressed FftImage.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf the input img is null
ObjectDisposedExceptionIf the input img has already been disposed
Remarks

The input image is required to have two Float32Bpp planes, otherwise the conversion will fail.
See Also

Reference