LoadSegmentation method (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short LoadSegmentation (LPDISPATCH pRaster, BSTR pszFileName);

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) Loads segments from a file. This method loads the segments from a file to this raster MRC object.

Call the EnumSegments method to enumerate the segments.

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

CreateNewSegment method, StartSegmentation method, StopSegmentation method, AutoSegment method, SetSegmentData method, EnumSegments method, CombineSegments method, LoadSegmentation method, CopySegmentationHandle method

Topics

Raster Images: Manipulating Segments

 

Auto-Segmentation