www.emgu.com/wiki
Resizes image src so that it fits exactly to dst. If ROI is set, the function consideres the ROI as supported as usual

Declaration Syntax
Public Shared Sub cvResize ( _
src As IntPtr, _
dst As IntPtr, _
interpolation As INTER _
)

Parameters
- src (IntPtr)
- Source image.
- dst (IntPtr)
- Destination image
- interpolation (INTER)
- Interpolation method
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)