Click or drag to resize

Cv2GetRotationMatrix2D Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Mat GetRotationMatrix2D(
	Point2f center,
	double angle,
	double scale
)

Parameters

center
Type: OpenCvSharpPoint2f
angle
Type: SystemDouble
scale
Type: SystemDouble

Return Value

Type: Mat
See Also