DETECT_LINES_OPTIONS

Summary

Specifies options to pass to the line detection.

Syntax

typedef struct DETECT_LINES_OPTIONS 
{ 
   L_UINT uStructSize; 
   L_UINT uHorizontalLineMinimumLength; 
   L_UINT uVerticalLineMinimumLength; 
   L_UINT uFlags; 
} DETECT_LINES_OPTIONS, * pDETECT_LINES_OPTIONS; 

Members

uStructSize

Size of the structure in bytes.

uHorizontalLineMinimumLength

Minimum horizontal line length.

uVerticalLineMinimumLength

Minimum vertical line length.

uFlags

Specified flags.

Value Meaning
REMOVE_LINES This flag will remove the detected lines in the image.

Usage

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.