'Declaration
Public Property MaximumBlobSize As Integer
'Usage
Dim instance As Segmentation Dim value As Integer instance.MaximumBlobSize = value value = instance.MaximumBlobSize
public int MaximumBlobSize {get; set;}
'Declaration
Public Property MaximumBlobSize As Integer
'Usage
Dim instance As Segmentation Dim value As Integer instance.MaximumBlobSize = value value = instance.MaximumBlobSize
public int MaximumBlobSize {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The value is less than 0. |
Minimum value: 0
Default value: 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. 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 the maximum blob size accordingly.