Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CNormalizedImagesUnit Class
The CNormalizedImagesUnit class represents an intermediate result unit whose type is normalized images.
Definition
Namespace: dynamsoft::ddn::intermediate_results
Assembly: DynamsoftDocumentNormalizer
class CNormalizedImagesUnit: CIntermediateResultUnit
Inheritance: CIntermediateResultUnit -> CNormalizedImagesUnit
Methods
Method | Description |
---|---|
GetCount |
Gets the count of CNormalizedImageElement objects in current object. |
GetNormalizedImage |
Gets a NormalizedImage object from current object. |
GetCount
Gets the count of CNormalizedImageElement
objects in current object.
int GetCount()
Return Value
The count of CNormalizedImageElement
objects in current object.
GetNormalizedImage
Gets a NormalizedImage object from current object.
const CNormalizedImageElement* GetNormalizedImage(int index)
Return Value
Returns the NormalizedImage object.
See Also