CombineSegments method (LEADMrc Control)

C++ Builder Example

Delphi Example

 

Builder Syntax

int CombineSegments(int nSegId1, int nSegId2);

Delphi Syntax

Function CombineSegments(nSegId1: L_INT; nSegId2: L_INT): L_INT;

Overview

Refer to Working with the LEADMrc Control.

Remarks

(Document/Medical only) Combines two segments. This method is used to combine two specific segments. The two segments must be in the same row or column to be combined. Use the CombineFlags property and the CombineFactor property to control which segments are combined and how those segments are combined.

This method can be used when performing automatic or manual segmentation.

Call the StartSegmentation method before using any of the segmentation methods. When the LEADMrc object is no longer needed, free it by calling the StopSegmentation method.

See Also

Elements

BaseBackColor property, BaseForeColor property, CombineFactor property, CombineFlags property, Error 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, 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: Manipulating Segments