←Select platform

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 Leadtools.RasterImage, _ 
   ByVal options As Leadtools.Mrc.MrcSegmentImageOptions _ 
)  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly