Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
BlobRemovalOptions Constructor(Rectangle,Int32,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > BlobRemovalOptions Class > BlobRemovalOptions Constructor : BlobRemovalOptions Constructor(Rectangle,Int32,Int32,Int32)
The area of the image where the blob removal process will search.
The minimum number of pixels for an object to be considered a blob for removal purposes.
The maximum number of pixels for an object to be considered a blob for removal purposes.
The ratio of black pixels to all pixels within the convex hull of an object.
Instantiates a new BlobRemovalOptions object setting the specified values.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal area As Rectangle, _
   ByVal minimumPixelCount As Integer, _
   ByVal maximumPixelCount As Integer, _
   ByVal minimumDensity As Integer _
)
 
'Usage
 
Dim area As Rectangle
Dim minimumPixelCount As Integer
Dim maximumPixelCount As Integer
Dim minimumDensity As Integer
 
Dim instance As New BlobRemovalOptions(area, minimumPixelCount, maximumPixelCount, minimumDensity)

Parameters

area
The area of the image where the blob removal process will search.
minimumPixelCount
The minimum number of pixels for an object to be considered a blob for removal purposes.
maximumPixelCount
The maximum number of pixels for an object to be considered a blob for removal purposes.
minimumDensity
The ratio of black pixels to all pixels within the convex hull of an object.
See Also

Reference

BlobRemovalOptions Class
BlobRemovalOptions Members
Overload List