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