ScanFix Xpress v9.0 for .NET - Updated
Adaptive Property (HueRadius)




Accusoft.ScanFixXpressSdk Namespace > HueRadius Class : Adaptive Property
Gets and sets flag for adaptive color determination based on image data.
Syntax
'Declaration
 
Public Property Adaptive As Boolean
'Usage
 
Dim instance As HueRadius
Dim value As Boolean
 
instance.Adaptive = value
 
value = instance.Adaptive
public bool Adaptive {get; set;}
public: __property bool get_Adaptive();
public: __property void set_Adaptive( 
   bool value
);
public:
property bool Adaptive {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

Setting this flag instructs the algorithm to analyze the image and change the value of the hue up to 21 in either direction (1/12 of the spectrum) to match the nearest peak in the hue histogram of the image. This is the most useful with narrow drop widths, where a slightly off-center hue can leave an undesirable amout of data on the image.

Use of this adaptive feature is slower, however, as it requires analysis of each individual image before processing to find the approximate peak. A larger radius, if it can safely be used, will provide better performance.

See Also

Reference

HueRadius Class
HueRadius Members

Is this page helpful?
Yes No
Thanks for your feedback.