Transforms source image using the specified matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- mapMatrix
- Matrix<(Of <(<'TMapDepth>)>)>
2x3 transformation matrix
- interpolationType
- INTER
Interpolation type
- warpType
- WARP
Warp type
- backgroundColor
- TColor
A value used to fill outliers
Type Parameters
- TMapDepth
[Missing <typeparam name="TMapDepth"/> documentation for "M:Emgu.CV.Image`2.WarpAffine``1(Emgu.CV.Matrix{``0},Emgu.CV.CvEnum.INTER,Emgu.CV.CvEnum.WARP,`0)"]