[This is preliminary documentation and is subject to change.]
Transforms source image using the specified matrix
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- mapMatrix
- Matrix<(Of <(TMapDepth>)>)
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
Type Parameters
- TMapDepth
- The depth type of mapMatrix, should be either float or double