Accusoft.Forms1 - Updated
MaximumBlobSize Property (Segmentation)



Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MaximumBlobSize Property
Gets and Sets the maximum size in pixels for a blob to automatically be classified as noise.
Syntax
Public Property MaximumBlobSize As Integer
Dim instance As Segmentation
Dim value As Integer
 
instance.MaximumBlobSize = value
 
value = instance.MaximumBlobSize
public int MaximumBlobSize {get; set;}
public:
property int MaximumBlobSize {
   int get();
   void set (    int value);
}
Remarks

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.

See Also

Reference

Segmentation Class
Segmentation Members