www.emgu.com/wiki
Scale the image to the specific size

Declaration Syntax
public Image<TColor, TDepth> Resize(
int width,
int height
)
Public Function Resize ( _
width As Integer, _
height As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Resize(
int width,
int height
)

Parameters
- width (Int32)
- The width of the returned image.
- height (Int32)
- The height of the returned image.

Return Value
The resized image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)