SaveSegmentation method (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short SaveSegmentation (BSTR pszFileName);

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) This function is used to export the segments from the segmentation handle to the specified file in a binary file format.

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, AutoSegmentExt method, SetSegmentData method, EnumSegments method, CombineSegments method, LoadSegmentation method, CopySegmentationHandle method

Topics

Raster Images: Manipulating Segments

 

Auto-Segmentation