DETECT_LINES_OPTIONS (original) (raw)
Summary
Specifies options to pass to the line detection.
Syntax
typedef struct DETECT_LINES_OPTIONS
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[L_UINT](leadtools-basic-data-types.html) uHorizontalLineMinimumLength;
[L_UINT](leadtools-basic-data-types.html) uVerticalLineMinimumLength;
[L_UINT](leadtools-basic-data-types.html) 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
LEADTOOLS Raster Imaging C API Help