EnhancedGrayscaleImageUnit
The EnhancedGrayscaleImageUnit class represents an intermediate result unit that contains an enhanced grayscale image data. Gray enhancement methods include gray equalization, gray smoothing, gray sharpening and smoothing.
Definition
Namespace: com.dynamsoft.core.intermediate_results
public class EnhancedGrayscaleImageUnit extends IntermediateResultUnit
Methods
| Method | Description |
|---|---|
getImageData |
Gets the enhanced grayscale image data. |
setImageData |
Sets the enhanced grayscale image data. |
getImageData
Gets the enhanced grayscale image data.
ImageData getImageData()
Return value
Returns an ImageData object that contains the enhanced grayscale image data.
See Also
setImageData
Sets the enhanced grayscale image data.
void setImageData(ImageData imgData) throws CoreException
Parameters
imgData The image data to set.
Exception
See Also