Image class
Represents a single captured image. It allows you to get a bitmap handle, corresponding to this image, and detected document boundary for the image.
class Image
Constructor
Name | Description |
---|---|
Image | Initializes a new instance of the Image class. |
Properties
Name | Description |
---|---|
getCroppedBitmap | Returns a result cropped image as a bitmap. |
getOriginalBitmap | Returns an original captured image as a bitmap. |
getDocumentBoundary | Returns document boundary defined by the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. The document boundary relates to the cropped result image. |
02.03.2022 12:59:15