DeskewedImageElement Class
The DeskewedImageElement class stores an intermediate result whose type is Deskewed image.
Definition
Package: com.dynamsoft.ddn.intermediate_results
public class DeskewedImageElement extends RegionObjectElement
Inheritance: RegionObjectElement -> DeskewedImageElement
Methods
| Method | Description |
|---|---|
DeskewedImageElement |
Initializes a new instance of the DeskewedImageElement class. |
setImageData |
Sets the image data of the deskewed image element. |
getSourceDeskewQuad |
Gets the quadrilateral used for deskewing the image. |
DeskewedImageElement
Initializes a new instance of the DeskewedImageElement class.
public DeskewedImageElement()
setImageData
Sets the image data of the deskewed image element.
public void setImageData(ImageData imageData) throws DocumentNormalizerException
Parameters
imageData The image data to set.
Exceptions
See Also
getSourceDeskewQuad
Gets the quadrilateral used for deskewing the image.
public Quadrilateral getSourceDeskewQuad()
Return Value
A Quadrilateral object representing the four corners of the quadrilateral used to deskew the image.
See Also