Accusoft.Forms1 - Updated
Sensitivity Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : Sensitivity Property
Gets and sets the number of saturated objects required for a high confidence IsColor result.
Syntax
Public Property Sensitivity As Byte
Dim instance As DetectColorOptions
Dim value As Byte
 
instance.Sensitivity = value
 
value = instance.Sensitivity
public byte Sensitivity {get; set;}
public:
property byte Sensitivity {
   byte get();
   void set (    byte value);
}
Remarks

The default value is 90.

Valid values are 0 to 100.

This value is not linear; it is used to control a sensitivity function that sets the object count threshold. A value of 100 will trigger on a single matching object, while lower values will require more objects to trigger an IsColor result. A value of zero will require thousands of objects for an IsColor result.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members