SmartZone v6.1 for .NET - Updated
MaximumBlobSize Property (Segmentation)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MaximumBlobSize Property
This property has been deprecated and will be removed from the API in a future release.
Gets and sets the maximum size in pixels for a blob to automatically be classified as noise.
Syntax
'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;}
public: __property int get_MaximumBlobSize();
public: __property void set_MaximumBlobSize( 
   int value
);
public:
property int MaximumBlobSize {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
The value is less than 0.
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

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