Click or drag to resize

NativeMethodsimgproc_getRotationMatrix2D Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_getRotationMatrix2D(
	Point2f center,
	double angle,
	double scale,
	out IntPtr returnValue
)

Parameters

center
Type: OpenCvSharpPoint2f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

angle
Type: SystemDouble

[Missing <param name="angle"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]

See Also