Click or drag to resize

FftGrid Constructor (AtalaImage)

Initializes a new instance of the FftGrid class

Namespace:  Atalasoft.Imaging.ImageProcessing.Fft
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FftGrid(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The grayscale AtalaImage to initialize the FftGrid with.
Remarks
Initializes a new instance of FftGrid.
See Also