ScanFix Xpress v9.0 for .NET - Updated
Suggestion Property




Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastResults Class : Suggestion Property
Gets a value indicating suggested contrast adjustment mechanism.
Syntax
'Declaration
 
Public ReadOnly Property Suggestion As BrightnessContrastSuggestion
'Usage
 
Dim instance As BrightnessContrastResults
Dim value As BrightnessContrastSuggestion
 
value = instance.Suggestion
public BrightnessContrastSuggestion Suggestion {get;}
public: __property BrightnessContrastSuggestion get_Suggestion();
public:
property BrightnessContrastSuggestion Suggestion {
   BrightnessContrastSuggestion get();
}
Remarks

The suggestions depend on the required parameters. Images meeting the required parameters will not need to be corrected. Images with low AverageContrast and low BackgroundVariance should use global correct, while those with low AverageContrast and high BackgroundVariance should use adaptive correction. Images whose BackgroundVariance is too high relative to the AverageContrast will be reported as bad images.

See Also

Reference

BrightnessContrastResults Class
BrightnessContrastResults Members

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