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; }
Public Property Image As AtalaImage
Get
Set
Property Value
Type:
AtalaImage The
AtalaImage associated with this FftGrid
Exceptions Exception | Condition |
---|
| Thrown if the image is not grayscale. |
| Thrown if the image dimensions are not a power of 2. |
See Also