Accusoft.ScanFixXpress8.Net
SmallObjects Property




Gets a value indicating weighted count of objects near, but smaller than, DetectColorOptions.MinimumSize .
Syntax
'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();
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback