Click or drag to resize

FftGridImage Property

Gets or sets the AtalaImage associated with this FftGrid.

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 AtalaImage Image { get; set; }

Property Value

Type: AtalaImage
The AtalaImage associated with this FftGrid
Exceptions
ExceptionCondition
Thrown if the image is not grayscale.
Thrown if the image dimensions are not a power of 2.
See Also