LEADTOOLS MRC (Leadtools.Mrc assembly)

SegmentImage Method

Show in webframe





The image that will be segmented.
structure that controls the automatic segmentation process.
Automatically segments the specified image, finding the best segment combination without specifying minimum segment dimensions.
Syntax
public void SegmentImage( 
   RasterImage image,
   MrcSegmentImageOptions options
)
'Declaration
 
Public Sub SegmentImage( _
   ByVal image As RasterImage, _
   ByVal options As MrcSegmentImageOptions _
) 
'Usage
 
Dim instance As MrcSegmenter
Dim image As RasterImage
Dim options As MrcSegmentImageOptions
 
instance.SegmentImage(image, options)

            

            
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

See Also

Reference

MrcSegmenter Class
MrcSegmenter Members
MrcCompressionOptions Structure
EnumerateSegments Method
SaveImage Method
SaveImageT44 Method
LoadImage Method
Save Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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