CombineFactor property (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short CombineFactor

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) (Persistent property, available at design time) A percentage value that represents the acceptable difference between the two segments being combined. This is valid 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.

This property may be used when automatically segmenting using the AutoSegment method, or it may be used when combining two segments using the CombineSegments method.

Call the StartSegmentation method before using any of the segmentation functions. Call the StopSegmentation method to end the bitmap segmentation and free all data variables and buffers.

See Also

Elements

AutoSegment method, CombineSegments method, CombineFlags property

Topics

Raster Images: Automatic Segmantation
Raster Images: Manipulating Segments
Raster Images: General Segmentation