www.emgu.com/wiki
Transforms source image using the specified matrix

Declaration Syntax
Public Function WarpAffine ( _
mapMatrix As Matrix(Of Double), _
width As Integer, _
height As Integer, _
interpolationType As INTER, _
warpType As WARP, _
backgroundColor As TColor _
) As Image(Of TColor, TDepth)

Parameters
- mapMatrix (Matrix<(Of <(Double>)>))
- 2x3 transformation matrix
- width (Int32)
- The width of the resulting image
- height (Int32)
- the height of the resulting image
- interpolationType (INTER)
- Interpolation type
- warpType (WARP)
- Warp type
- backgroundColor (TColor)
- A value used to fill outliers

Return Value
The result of the transformation
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)