DETECT_LINES_RESULT

Summary

Contains detected lines in an image.

Syntax

typedef struct DETECT_LINES_RESULT 
{ 
   L_UINT uStructSize; 
   CORELINES VerticalLines; 
   CORELINES HorizontalLines; 
   L_HANDLE 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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.