Cuminas DjVu SDK for .NET Framework
Upsample Property (SegmenterParams)



This value is to upsample the input image for better segmentation result. The output size is not affected by the value.
Syntax
Public Property Upsample As Integer
Dim instance As SegmenterParams
Dim value As Integer
 
instance.Upsample = value
 
value = instance.Upsample
public int Upsample {get; set;}
public:
property int Upsample {
   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