Table of Contents

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

src InputArray

The source array; must have as many channels (1 to 4) as mtx.cols or mtx.cols-1

dst OutputArray

The destination array; will have the same size and depth as src and as many channels as mtx.rows

m InputArray

The transformation matrix