Accusoft.Forms1 - Updated
SmallObjects Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : SmallObjects Property
Gets a value indicating weighted count of objects near, but smaller than, DetectColorOptions.MinimumSize.
Syntax
Public ReadOnly Property SmallObjects As Integer
Dim instance As DetectColorResults
Dim value As Integer
 
value = instance.SmallObjects
public int SmallObjects {get;}
public:
property int SmallObjects {
   int get();
}
Remarks

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.

See Also

Reference

DetectColorResults Class
DetectColorResults Members