Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CRawImageResultItem
The CRawImageResultItem
class represents a captured raw image result item. It is a derived class of CCapturedResultItem
and provides an interface to get the image data.
Definition
Namespace: dynamsoft::basic_structures
Assembly: DynamsoftCore
class CRawImageResultItem: public CCapturedResultItem
Methods Summary
Method | Description |
---|---|
GetImageData |
Gets the image data for the CRawImageResultItem. |
GetImageData
Gets the image data for the CRawImageResultItem.
virtual const CImageData* GetImageData() const = 0;
Return value
Returns a const pointer to the CImageData
object that contains the image data for the CRawImageResultItem.