Gets and sets the ratio of black pixels to all pixels within the convex hull of an object.
Syntax
public int MinimumDensity {get; set;}
public: __property int get_MinimumDensity();
public: __property void set_MinimumDensity(
int value
);
public:
property int MinimumDensity {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumDensity As Integer
'Usage
Dim instance As BlobRemovalOptions
Dim value As Integer
instance.MinimumDensity = value
value = instance.MinimumDensity
See Also