LoadSegmentation method (LEADMrc Control)
Builder Syntax |
int LoadSegmentation(TLEADImage* LEADImg, AnsiString strFileName); |
Delphi Syntax |
Function LoadSegmentation(LEADImg: TLEADImage; strFileName: String): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Loads segments from a file. This method loads the segments from a file to this LEADImage object.
Call the EnumSegments method to enumerate the segments.
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