DETECT_LINES_RESULT (original) (raw)
Summary
Contains detected lines in an image.
Syntax
typedef struct DETECT_LINES_RESULT
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[CORELINES](corelines.html) VerticalLines;
[CORELINES](corelines.html) HorizontalLines;
[L_HANDLE](leadtools-basic-data-types.html) InternalHandle;
} DETECT_LINES_RESULT, * pDETECT_LINES_RESULT;
Members
uStructSize
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
VerticalLines
A buffer containing details on the detected vertical lines.
HorizontalLines
A buffer containing details on the detected horizontal lines.
InternalHandle
An internal handle.
Usage
Data Types
Functions
LEADTOOLS Raster Imaging C API Help