←Select platform

KaufmannRegionCommand Constructor(int,int,int,int,LeadPoint,bool,RasterRegionCombineMode)

Summary

Initializes a new KaufmannRegionCommand class object with explicit parameters.

Syntax
C#
VB
C++
Public Function New( _ 
   ByVal radius As Integer, _ 
   ByVal minimumInput As Integer, _ 
   ByVal maximumInput As Integer, _ 
   ByVal regionThreshold As Integer, _ 
   ByVal regionStart As LeadPoint, _ 
   ByVal removeHoles As Boolean, _ 
   ByVal combineMode As RasterRegionCombineMode _ 
) 

Parameters

radius
Value that indicates the size of the neighborhood used for blurring each pixel of the image.

minimumInput
Value that specifies the image's shadows to be mapped. Valid values range from 0 to 255 for 8-bit, 0 to 4095 for 12-bit and 0 to 65535 for 16-bit images.

maximumInput
Value that specifies the image's highlights to be mapped. Valid values range from 0 to 255 for 8-bit, 0 to 4095 for 12-bit and 0 to 65535 for 16-bit images.

regionThreshold
Value that specifies the values that set the stopping point for the region.

regionStart
Value that indicates whether to remove all holes from the region that's created internally.

removeHoles
Value that indicates whether to remove all holes from the region that's created internally.

combineMode
Value that represent the action to take regarding the existing image region, if one is defined.

Example

Refer to KaufmannRegionCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly