CEnhancedImageElement Class
The CEnhancedImageElement class stores an intermediate result whose type is Enhanced image.
Definition
Namespace: dynamsoft::ddn::intermediate_results
Assembly: DynamsoftDocumentNormalizer
class CEnhancedImageElement: public CRegionObjectElement
Inheritance: CRegionObjectElement -> CEnhancedImageElement
Methods
| Method | Description |
|---|---|
SetImageData |
Sets the image data of the Enhanced image element. |
| Methods Inherited from CRegionObjectElement: | |
GetLocation |
Gets the location of the region object element. |
GetReferencedElement |
Gets a pointer to a referenced region object element. |
GetElementType |
Gets the type of the region object element. |
GetImageData |
Gets the imageData of the region object element. |
Clone |
Clone the region object element. |
Retain |
Increases the reference count of the CRegionObjectElement object. |
Release |
Decreases the reference count of the CRegionObjectElement object. |
SetImageData
Sets the image data of the Enhanced image element.
virtual int SetImageData(const CImageData* imgData) = 0;
Parameters
imgData The image data to set.
Return Value
Returns 0 if succeeds, nonzero otherwise.
See Also