'Declaration Public ReadOnly Property SmallObjects As Integer
'Usage Dim instance As DetectColorResults Dim value As Integer value = instance.SmallObjects
public int SmallObjects {get;}
public: __property int get_SmallObjects();
'Declaration Public ReadOnly Property SmallObjects As Integer
'Usage Dim instance As DetectColorResults Dim value As Integer value = instance.SmallObjects
public int SmallObjects {get;}
public: __property int get_SmallObjects();
Objects just below DetectColorOptions.MinimumSize will count near 1. Smaller objects will return smaller values, dropping to zero when they are below half of DetectColorOptions.MinimumSize. Use this value to determine if the size you are using is appropriate for your images.