Click or drag to resize

MatTransform Method

performs affine transformation of each element of multi-channel input matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat Transform(
	InputArray m
)

Parameters

m
Type: OpenCvSharpInputArray
The transformation matrix

Return Value

Type: Mat
The destination array; will have the same size and depth as src and as many channels as mtx.rows
See Also