LETTERBLUREXTENT

Summary

The LETTERBLUREXTENT structure contains the blur information for an individual character that was detected by calling L_BlurDetectionExt.

Syntax

typedef struct LETTERBLUREXTENT 
{ 
   L_RECT rc; 
   L_DOUBLE dBlurExtent; 
} LETTERBLUREXTENT, * pLETTERBLUREXTENT; 

Members

rc

The bounding rectangle for the character.

dBlurExtent

A boolean flag that describes the blur value for the character. Possible values are:

Value Meaning
0 Heavy blur.
1 Absolutely no blur.

Usage

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

LEADTOOLS Raster Imaging C API Help

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