performs affine transformation of each element of multi-channel input matrix
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Mat Transform(
	InputArray m
)
Public Function Transform ( 
	m As InputArray
) As Mat
public:
Mat^ Transform(
	InputArray^ m
)
member Transform : 
        m : InputArray -> Mat 
Parameters
- m
- Type: OpenCvSharpInputArray
 The transformation matrix
Return Value
Type: 
MatThe destination array; will have the same size and depth as src and as many channels as mtx.rows
 See Also
See Also