7#ifndef CQUALITYASSESSMENT_INTERFACE_H
9#define CQUALITYASSESSMENT_INTERFACE_H
Interface for CIDRS wrapper.
Interface for CPerspective wrapper.
IDRS_UINT CQualityAssessment_EstimateOcrQuality2(const CQualityAssessment argCQualityAssessment, const CImage argImage, const PerspectiveCorners *pcPerspectiveCorners, idrs_exception *pargException)
Estimate the OCR quality of a given image zone defined by corners.
void CQualityAssessment_Destroy(CQualityAssessment argCQualityAssessment, idrs_exception *pargException)
Destroys a CQualityAssessment handle.
IDRS_UINT CQualityAssessment_EstimateOcrQuality(const CQualityAssessment argCQualityAssessment, const CImage argImage, idrs_exception *pargException)
Estimate the OCR quality of a given image.
CQualityAssessment CQualityAssessment_Create(const CIDRS argIdrs, idrs_exception *pargException)
Creates a new CQualtityAssessment object to estimate the OCR quality on the provided image.
IDRS_UINT CQualityAssessment_EstimateResolution(const CQualityAssessment argCQualityAssessment, const CImage argImage, idrs_exception *pargException)
Estimates the resolution of the image.
The CImage class manages images for iDRS.
The CQualityAssessment class offers a set of methods to estimate the OCR quality of a provided image.
The PerspectiveCorners structure contains the four corners of a quadrilateral that represent the area...
Definition StructDefinitions_interface.h:52