CombineFactor property (LEADMrc Control)
Builder Syntax |
unsigned CombineFactor |
Delphi Syntax |
CombineFactor: L_UINT |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Persistent property, available at design time) (Document/Medical only) A percentage value that represents the acceptable difference between the two segments being combined. This property is used only when the CombineFlags property is COMBINE_TRY. Possible values are between 0 and 100. A value of 0 indicates that only segments that are an exact match can be combined. A value of 100 indicates that any two segments of the same type can be combined. Large values cause very different segments to be joined, which causes considerable quality loss. The default value is 30.
This property may be used when performing automatic segmentation using the AutoSegment method, or it may be used when combining two segments using the CombineSegments method.
See Also