CEnhancedImageResultItem Class
The CEnhancedImageResultItem class stores a captured result item whose type is Enhanced image.
Definition
Namespace: dynamsoft::ddn
Assembly: DynamsoftDocumentNormalizer
class CEnhancedImageResultItem: CCapturedResultItem
Inheritance: CCapturedResultItem -> CEnhancedImageResultItem
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.
const CImageData* GetImageData()
Return Value
The image data.
See Also
GetOriginalToLocalMatrix
Gets the transformation matrix from the original image coordinate system to the local coordinate system.
virtual void GetOriginalToLocalMatrix(double matrix[9]) const = 0;
Parameters
[out] matrix
matrix A double array of size 9, representing the 3x3 transformation matrix that converts coordinates from the original image to the local image.