Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Manual Segmentation

To use manual segmentation, call MrcSegmenter.AddSegment to add a new segment and customize the segment coordinates and type. To modify a segment type or its coordinates, use MrcSegmenter.SetSegmentData. This method will update only one segment’s data each time it is called. To delete a segment, call MrcSegmenter.DeleteSegment.

To save the segmentation data to a file call the MrcSegmenter.Save method. To create an Leadtools.Mrc.MrcSegmenter object from the saved segmentation data from a file, use the Leadtools.Mrc.MrcSegmenter(RasterImage,String) Constructor.