TextureRemovedGrayscaleImageUnit
The TextureRemovedGrayscaleImageUnit class represents an intermediate result unit that contains texture-removed grayscale image data.
Definition
Namespace: com.dynamsoft.core.intermediate_results
public class TextureRemovedGrayscaleImageUnit extends IntermediateResultUnit
Methods
| Method | Description |
|---|---|
getImageData |
Gets the texture-removed grayscale image. |
setImageData |
Sets the texture-removed grayscale image. |
getImageData
Gets the texture-removed grayscale image.
ImageData getImageData()
Return value
Returns a texture-removed grayscale image.
See Also
setImageData
Sets the texture-removed grayscale image.
void setImageData(ImageData imgData) throws CoreException
Parameters
imgData The image data to set.
Exception
See Also