The SegmentImage Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- image
- The image that will be segmented.
- options
- structure that controls the automatic segmentation process.
Visual Basic (Declaration) | |
---|---|
Public Sub SegmentImage( _ ByVal image As RasterImage, _ ByVal options As MrcSegmentImageOptions _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MrcSegmenter Dim image As RasterImage Dim options As MrcSegmentImageOptions instance.SegmentImage(image, options) |
C# | |
---|---|
public void SegmentImage( RasterImage image, MrcSegmentImageOptions options ) |
C++/CLI | |
---|---|
public: void SegmentImage( RasterImage^ image, MrcSegmentImageOptions options ) |
Parameters
- image
- The image that will be segmented.
- options
- structure that controls the automatic segmentation process.
Refer to MrcSegmenter example.
This method is available only in the Document/Medical Toolkits. Call this method to segment the image automatically. LEAD will process the image and break it into appropriate picture, grayscale, text and background segments. For more information, refer to Programming with LEADTOOLS MRC.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7