FftGridGetProcessedImage Method |
Returns the processed image from the frequency domain.
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 GetProcessedImage()
Public Function GetProcessedImage As AtalaImage
Return Value
Type:
AtalaImage The processed image.
Exceptions Exception | Condition |
---|
| Thrown if the image paramater is not set. |
See Also