The following tables list the members exposed by BlobRemovalOptions.
Public Constructors
Public Properties
| Name | Description |
| Area |
Gets and sets the location and size of the rectangular area of the image where the blob removal process will search.
|
| MaximumPixelCount |
Gets and sets the maximum number of pixels for an object to be considered a blob for removal purposes.
|
| MinimumDensity |
Gets and sets the ratio of black pixels to all pixels within the convex hull of an object.
|
| MinimumPixelCount |
Gets and sets the minimum number of pixels for an object to be considered a blob for removal purposes.
|
Top
See Also