SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Segmentation Class / MaximumBlobSize Property




In This Topic
    MaximumBlobSize Property (Segmentation)
    In This Topic
    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