OMRFIELD

typedef struct OMRFIELD 
{ 
   L_UINT uStructSize; 
   RECT rcFilledBound; 
   RECT rcUnfilledBound; 
   L_BOOL bIsFilled; 
   L_UINT uFilledConfidence; 
   L_UINT uOMRConfidence; 
   L_UINT uFieldType; 
} OMRFIELD, * pOMRFIELD; 

Stores characteristics of the OMR field.

Members

uStructSize

Size of this structure in bytes used for versioning. Use the sizeof(OMRFIELD) operator to calculate this value.

rcFilledBound

The total bounding rectangle for an OMR.

rcUnfilledBound

The total bounding rectangle for an unfilled OMR.

bIsFilled

Boolean flag that indicates whether this OMR is filled. Possible values are:

Value Meaning
TRUE The OMR is filled.
FALSE The OMR is not filled (the FilledBound equal to UnFilledBound).

uFilledConfidence

The confidence of the OMR that is filled. The value should be between 0 and 100.

uOMRConfidence

The confidence of the OMR. The value should be between 0 and 100.

uFieldType

Defines the type of field:

Value Meaning
0 Box OMR.
1 Circle OMR.

Comments

rcFilledBound is equal to rcUnFilledBound if the OMR is not filled.

Help Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.