CombineFactor property (LEADMrc Control)

C++ Builder Example

Delphi Example

 

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

Elements

BaseBackColor property, BaseForeColor property, CombineFlags propertyError property, ErrorMsg property, Grayscale2BitCoder property, Grayscale8BitCoder property, Grayscale8BitQFactor property, ImageType property, MaskCoder property, MRCPagesCount property, PictureCoder property, PictureQFactor property, Sensitivity property, Text2BitCoder property, AutoSegment method, CombineSegments method, CopySegmentationData method, CreateNewSegment method, DeleteSegment method, EnumSegments method, GetPagesCount method, Load method, LoadSegmentation method, Save method, SaveSegmentation method, SaveT44 method, SetSegmentData method, StartSegmentation method, StopSegmentation method, OnEnumSegments event

Topics

MRC Bitmap Functions: Performing Automatic Segmentation
MRC Bitmap Functions: Manipulating Segments
MRC Bitmap Functions: General Segmentation