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:
    
        
            | Name | Type | Description | 
        
            | dMinDiameter | AT_DOUBLE | 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 | AT_DOUBLE | 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 | AT_INT | Minimal number of dots in line. Default value is 4. | 
        
            | nUnit | enumIGICUnits | Dot's size measure unit. Default value is IG_IC_UNIT_MM. | 
        
            | nDirection | enumIGICDirection | Direction of lines to detect. Default is IG_IC_DIRECTION_HORIZONTAL. |