performs affine transformation of each element of multi-channel input matrix
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharp.CPlusPlusInputArray
The source array; must have as many channels (1 to 4) as mtx.cols or mtx.cols-1 - dst
- Type: OpenCvSharp.CPlusPlusOutputArray
The destination array; will have the same size and depth as src and as many channels as mtx.rows - m
- Type: OpenCvSharp.CPlusPlusInputArray
The transformation matrix
See Also