http://www.emgu.com
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get or Set the interpolation mode for zooming operation
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public InterpolationMode InterpolationMode { get; set; } |
Visual Basic |
---|
Public Property InterpolationMode As InterpolationMode Get Set |
Visual C++ |
---|
public: property InterpolationMode InterpolationMode { InterpolationMode get (); void set (InterpolationMode value); } |