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

Declaration Syntax
public Image<TColor, TDepth> WrapAffine(
Matrix<float> mapMatrix,
INTER interpolationType,
WARP warpType,
TColor backgroundColor
)
Public Function WrapAffine ( _
mapMatrix As Matrix(Of Single), _
interpolationType As INTER, _
warpType As WARP, _
backgroundColor As TColor _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ WrapAffine(
Matrix<float>^ mapMatrix,
INTER interpolationType,
WARP warpType,
TColor backgroundColor
)

Parameters
- mapMatrix (Matrix<(Of <(Single>)>))
- 2x3 transformation matrix
- 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.3.0.0 (1.3.0.0)