ImageGear Professional DLL v17.1 for Windows Accusoft
AT_IC_DOT_LINE_OPTIONS
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ImageClean Component API Reference > ImageClean Component Structures Reference > AT_IC_DOT_LINE_OPTIONS

Glossary Item Box

This structure specifies parameters for IG_IC_remove_dot_lines function.

Declaration:

  Copy Code
typedef struct tagAT_IC_DOT_LINE_OPTIONS
{
        AT_DOUBLE dMinDiameter;
        AT_DOUBLE dMaxDiameter;
        AT_INT nMinNumber;
        enumIGICUnits nUnit;
        enumIGICDirection nDirection;
} AT_IC_DOT_LINE_OPTIONS, *LPAT_IC_DOT_LINE_OPTIONS;

Members:

dMinDiameter Minimal size of dot in line, size considered as diameter of respective circle. Measure unit is set by Unit field. Default value is 1 mm.
dMaxDiameter Maximal size of dot in line, size considered as diameter of respective circle. Measure unit is set by Unit field. Default value is 3 mm.
nMinNumber Minimal number of dots in line. Default value is 4.
nDirection Direction of lines to detect. Default is IG_IC_DIRECTION_HORIZONTAL.
nUnit Dot's size measure unit. Default value is IG_IC_UNIT_MM.

See Also:

enumIGICUnits

enumIGICDirection

©2012. Accusoft Corporation. All Rights Reserved.