Table of contents

CEnhancedImagesUnit Class

The CEnhancedImagesUnit class represents an intermediate result unit whose type is enhanced images.

Definition

Namespace: dynamsoft::ddn::intermediate_results

Assembly: DynamsoftDocumentNormalizer

class CEnhancedImagesUnit: CIntermediateResultUnit

Inheritance: CIntermediateResultUnit -> CEnhancedImagesUnit

Methods

Method Description
GetEnhancedImage Gets a enhancedImage object from current object.
SetEnhancedImage Sets the enhanced image.

GetEnhancedImage

Gets a enhancedImage object from current unit.

virtual const CEnhancedImageElement* GetEnhancedImage() const = 0;

Return Value

Returns the CEnhancedImageElement object.

See Also

SetEnhancedImage

Sets the enhanced image.

virtual int SetEnhancedImage(const CEnhancedImageElement* element) = 0;  

Parameters

[in] element The enhanced image to be set.

Return value

Returns 0 if successful, otherwise returns a negative value.

Is this page helpful?

YesYes NoNo

In this article: