http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Scale the image to the specific size: width *= scale; height *= scale
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> Resize( double scale, INTER interpolationType ) |
Visual Basic |
---|
Public Function Resize ( _ scale As Double, _ interpolationType As INTER _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ Resize( double scale, INTER interpolationType ) |
Parameters
- scale
- Type: System..::..Double
The scale to resize
- interpolationType
- Type: Emgu.CV.CvEnum..::..INTER
The type of interpolation