MrcSegmenter Constructor(RasterImage,RasterColor,RasterColor)

Summary
Initializes a new MrcSegmenter with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal backColor As RasterColor, _ 
   ByVal foreColor As RasterColor _ 
) 
public: 
MrcSegmenter(  
   RasterImage^ image, 
   RasterColor backColor, 
   RasterColor foreColor 
) 

Parameters

image
Image that will be segmented.

backColor
Default base background color for the MRC image.

foreColor
Default base foreground color for the MRC image.

Remarks

This constructor will Initializes the fields needed to the segmentation process.

Example

Refer to MrcSegmenter example.

Requirements

Target Platforms

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

Leadtools.Mrc Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.