LEADTOOLS MRC (Leadtools.Mrc assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SegmentImage Method
See Also 
Leadtools.Mrc Namespace > MrcSegmenter Class : SegmentImage Method



image
The image that will be segmented.
options
structure that controls the automatic segmentation process.

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.
Automatically segments the specified image, finding the best segment combination without specifying minimum segment dimensions.

Syntax

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.

Example

Refer to MrcSegmenter example.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Mrc requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features