Initializes a new KaufmannRegionCommand class object with explicit parameters.
public KaufmannRegionCommand(
int radius,
int minimumInput,
int maximumInput,
int regionThreshold,
LeadPoint regionStart,
bool removeHoles,
RasterRegionCombineMode combineMode
)
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 _
)
public:
KaufmannRegionCommand(
int radius,
int minimumInput,
int maximumInput,
int regionThreshold,
LeadPoint regionStart,
bool removeHoles,
RasterRegionCombineMode combineMode
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document