←Select platform

MrcSegmenter Constructor(RasterImage,RasterColor,RasterColor)

Summary

Initializes a new MrcSegmenter with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal image As Leadtools.RasterImage, _ 
   ByVal backColor As Leadtools.RasterColor, _ 
   ByVal foreColor As Leadtools.RasterColor _ 
) 

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

Leadtools.Mrc Assembly