EnhancedImageResultItem Class
The EnhancedImageResultItem class stores a captured result item whose type is Enhanced image.
Definition
Namespace: Dynamsoft.DDN
class EnhancedImageResultItem : CapturedResultItem
Inheritance: CapturedResultItem -> EnhancedImageResultItem
Methods
| Method | Description |
|---|---|
GetImageData |
Gets the ImageData of current object. |
GetOriginalToLocalMatrix |
Gets the transformation matrix from the original image coordinate system to the local coordinate system. |
GetImageData
Gets the ImageData of current object.
ImageData GetImageData()
Return Value
The image data.
See Also
GetOriginalToLocalMatrix
Gets the transformation matrix from the original image coordinate system to the local coordinate system.
double[] GetOriginalToLocalMatrix()
Return Value
Returns a double array of size 9, representing the 3x3 transformation matrix that converts coordinates from the original image to the local image.