CORELINES

Summary

Contains the detected lines in the bitmap.

Syntax

typedef struct _CORE_LINES 
{ 
   L_UINT uStructSize; 
   CORELINE * pLines; 
   L_UINT uCount; 
} CORELINES; 

Members

uStructSize

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

pLines

A buffer of detected lines in the image.

uCount

The number of detected lines.

Usage

See Also

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.