NativeMethodsimgproc_getRotationMatrix2D Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_getRotationMatrix2D( Point2f center, double angle, double scale, out IntPtr returnValue )
Public Shared Function imgproc_getRotationMatrix2D ( center As Point2f, angle As Double, scale As Double, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus imgproc_getRotationMatrix2D( Point2f center, double angle, double scale, [OutAttribute] IntPtr% returnValue )
static member imgproc_getRotationMatrix2D : center : Point2f * angle : float * scale : float * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="center"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="angle"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="scale"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_getRotationMatrix2D(OpenCvSharp.Point2f,System.Double,System.Double,System.IntPtr@)"]