Method Transform
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Transform(InputArray, OutputArray, InputArray)
performs affine transformation of each element of multi-channel input matrix
public static void Transform(InputArray src, OutputArray dst, InputArray m)
Parameters
srcInputArrayThe source array; must have as many channels (1 to 4) as mtx.cols or mtx.cols-1
dstOutputArrayThe destination array; will have the same size and depth as src and as many channels as mtx.rows
mInputArrayThe transformation matrix