In This Topic

RunSegmentation Method (GdPictureSegmenter)

In This Topic
Executes the image segmentation using the available parameters you have specified within the current GdPictureSegmenter object.
Overload List
OverloadDescription
Runs the segmentation process on the image previously set by the SetImage method within the current GdPictureSegmenter object. The result of this process, identifiable by its unique ID, is internally attached to the current GdPictureSegmenter object as well.  
Runs the segmentation process on the image previously set by the SetImage method within the current GdPictureSegmenter object. You are allowed to set the custom result identifier you prefer using this method. The result of this process, identifiable by this custom ID, is internally attached to the current GdPictureSegmenter object as well.  
See Also