Cuminas DjVu SDK for .NET Framework
NoiseHueThreshold Property



This value is the threshold which is used to determine whether a object is a noise or not. If the difference between the hue average of the object and the one of the object background is no more than this value, the object is regarded as a noise and removed.
Syntax
Public Property NoiseHueThreshold As Integer
Dim instance As SegmenterParams
Dim value As Integer
 
instance.NoiseHueThreshold = value
 
value = instance.NoiseHueThreshold
public int NoiseHueThreshold {get; set;}
public:
property int NoiseHueThreshold {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

SegmenterParams Class
SegmenterParams Members

Send Feedback