ScanFix Xpress v9.0 for .NET - Updated
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
 
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)
public BlobRemovalOptions( 
   Rectangle area,
   int minimumPixelCount,
   int maximumPixelCount,
   int minimumDensity
)
public: BlobRemovalOptions( 
   Rectangle area,
   int minimumPixelCount,
   int maximumPixelCount,
   int minimumDensity
)
public:
BlobRemovalOptions( 
   Rectangle area,
   int minimumPixelCount,
   int maximumPixelCount,
   int 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

Is this page helpful?
Yes No
Thanks for your feedback.