NormalizedImageElement
The NormalizedImageElement
class represents an intermediate result whose type is normalized image. It is inherited from RegionObjectElement
and contains image data of normalized result as an additional parameter.
Definition
Namespace: com.dynamsoft.ddn.intermediate_results
Assembly: DynamsoftDocumentNormalizer.aar
class NormalizedImageElement extends RegionObjectElement
Methods
Methods | Description |
---|---|
getImageData |
Gets an ImageData object as the normalized image. |
The following methods are inherited from class RegionObjectElement
.
Method | Description |
---|---|
getLocation |
Returns the location info of the element. |
setLocation |
Sets the location info of the element. |
getReferencedElement |
Returns the referenced element that supports the capturing of this element. |
getRegionObjectElementType |
Returns the type of the element. |
getImageData
Gets an ImageData
object as the normalized image.
ImageData getImageData();
Return Value
The ImageData
object as the normalized image.