| Visual Basic (Declaration) | |
|---|---|
Public Property MaximumBlobSize As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int MaximumBlobSize {get; set;} | |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the property to a value less than 0. |
The minimum value is 0.
The default value is 0.
This property is the maximum blob size in pixels to automatically classify a blob as noise. A blob is an isolated connected group of pixels in a bitonal image. The reader can automatically determine noise blobs. However, if you know that all blobs smaller than some size are noise, then better accuracy and speed is possible by setting this value.
