Click or drag to resize

NativeMethodsimgproc_getRotationMatrix2D Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr imgproc_getRotationMatrix2D(
	Point2f center,
	double angle,
	double scale
)

Parameters

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

Return Value

Type: IntPtr
See Also