http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Resizes image src so that it fits exactly to dst. If ROI is set, the function consideres the ROI as supported as usual
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvResize( IntPtr src, IntPtr dst, INTER interpolation ) |
Visual Basic |
---|
Public Shared Sub cvResize ( _ src As IntPtr, _ dst As IntPtr, _ interpolation As INTER _ ) |
Visual C++ |
---|
public: static void cvResize( IntPtr src, IntPtr dst, INTER interpolation ) |
Parameters
- src
- Type: System..::..IntPtr
Source image.
- dst
- Type: System..::..IntPtr
Destination image
- interpolation
- Type: Emgu.CV.CvEnum..::..INTER
Interpolation method