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
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);
}
'Declaration
Public Property MaximumBlobSize As Integer
'Usage
Dim instance As Segmentation
Dim value As Integer
instance.MaximumBlobSize = value
value = instance.MaximumBlobSize
Exceptions
See Also