SegmentImage Method

Summary

Automatically segments the specified image, finding the best segment combination without specifying minimum segment dimensions.

Syntax
C#
VB
C++
public void SegmentImage( 
   RasterImage image, 
   MrcSegmentImageOptions options 
) 
  
Public Sub SegmentImage( _ 
   ByVal image As RasterImage, _ 
   ByVal options As MrcSegmentImageOptions _ 
)  
public: 
void SegmentImage(  
   RasterImage^ image, 
   MrcSegmentImageOptions options 
)  

Parameters

image
The image that will be segmented.

options
structure that controls the automatic segmentation process.

Remarks

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.

Example

Refer to MrcSegmenter example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly