Visual Basic (Declaration) | |
---|---|
Public Sub SegmentImage( _ ByVal image As RasterImage, _ ByVal options As MrcSegmentImageOptions _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SegmentImage( RasterImage image, MrcSegmentImageOptions options ) |
Managed Extensions for 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family