SettingsProcessingGroupFiltersGroupClusterGroupRemovalGroupMinArea Property  | 
 Clusters with area below this threshold are removed by the filter.
The area is given in mm^2.
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Nullable<double> MinArea { get; set; }Public Property MinArea As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double> MinArea {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also