Accusoft.Forms1 - Updated
Suggestion Property



Accusoft.ScanFixXpressSdk Namespace > BrightnessContrastResults Class : Suggestion Property
Gets a value indicating suggested contrast adjustment mechanism.
Syntax
Public ReadOnly Property Suggestion As BrightnessContrastSuggestion
Dim instance As BrightnessContrastResults
Dim value As BrightnessContrastSuggestion
 
value = instance.Suggestion
public BrightnessContrastSuggestion Suggestion {get;}
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