LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

KaufmannRegionCommand Constructor(Int32,Int32,Int32,Int32,LeadPoint,Boolean,RasterRegionCombineMode)

Show in webframe







Value that indicates the size of the neighborhood used for blurring each pixel of the image.
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.
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.
Value that specifies the values that set the stopping point for the region.
Value that indicates whether to remove all holes from the region that's created internally.
Value that indicates whether to remove all holes from the region that's created internally.
Value that represent the action to take regarding the existing image region, if one is defined.
Initializes a new KaufmannRegionCommand class object with explicit parameters.
Syntax
public KaufmannRegionCommand( 
   int radius,
   int minimumInput,
   int maximumInput,
   int regionThreshold,
   LeadPoint regionStart,
   bool removeHoles,
   RasterRegionCombineMode combineMode
)
'Declaration
 
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 _
)
'Usage
 
Dim radius As Integer
Dim minimumInput As Integer
Dim maximumInput As Integer
Dim regionThreshold As Integer
Dim regionStart As LeadPoint
Dim removeHoles As Boolean
Dim combineMode As RasterRegionCombineMode
 
Dim instance As New KaufmannRegionCommand(radius, minimumInput, maximumInput, regionThreshold, regionStart, removeHoles, combineMode)
public KaufmannRegionCommand( 
   int radius,
   int minimumInput,
   int maximumInput,
   int regionThreshold,
   LeadPoint regionStart,
   bool removeHoles,
   RasterRegionCombineMode combineMode
)

            

            
function KaufmannRegionCommand( 
   radius ,
   minimumInput ,
   maximumInput ,
   regionThreshold ,
   regionStart ,
   removeHoles ,
   combineMode 
)
public:
KaufmannRegionCommand( 
   int radius,
   int minimumInput,
   int maximumInput,
   int regionThreshold,
   LeadPoint regionStart,
   bool removeHoles,
   RasterRegionCombineMode combineMode
)

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

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members
Overload List

 

 


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