Accusoft Pegasus
Accusoft.MicrXpress1.Net
MaximumBlobSize Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Segmentation Class : MaximumBlobSize Property




Gets or sets the maximum size in pixels for objects in the image to be automatically classified as noise.

Syntax

Visual Basic (Declaration)  
Public Property MaximumBlobSize As Integer
Visual Basic (Usage) Copy Code
Dim instance As Segmentation
Dim value As Integer
 
instance.MaximumBlobSize = value
 
value = instance.MaximumBlobSize
C#  
public int MaximumBlobSize {get; set;}
Managed Extensions for C++  
public: __property int get_MaximumBlobSize();
public: __property void set_MaximumBlobSize( 
   int value
);
C++/CLI  
public:
property int MaximumBlobSize {
   int get();
   void set (intvalue);
}

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when setting the property to a value less than 0.

Remarks

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.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.