LoadSegmentation method (ILEADRasterMrc)
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