Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
CDetectedQuadResult Class
Stores the detected quad result.
class dynamsoft::ddn::CDetectedQuadResult
Method | Description |
---|---|
GetLocation |
Gets the location of the detected quad result. |
GetConfidenceAsDocumentBoundary |
Gets the confidence as document boundary of the detected quad result. |
GetLocation
Gets the location of the detected quad result.
const CQuadrilateral* GetLocation()
Return Value
The location of the detected quad result.
GetConfidenceAsDocumentBoundary
Gets the confidence as document boundary of the detected quad result.
int GetConfidenceAsDocumentBoundary()
Return Value
The confidence as document boundary of the detected quad result.