NativeMethodscalib3d_Rodrigues_MatToVec Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void calib3d_Rodrigues_MatToVec( IntPtr vector, IntPtr matrix, IntPtr jacobian )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub calib3d_Rodrigues_MatToVec ( vector As IntPtr, matrix As IntPtr, jacobian As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void calib3d_Rodrigues_MatToVec( IntPtr vector, IntPtr matrix, IntPtr jacobian )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member calib3d_Rodrigues_MatToVec : vector : IntPtr * matrix : IntPtr * jacobian : IntPtr -> unit
OpenCvSharp.NativeMethods.calib3d_Rodrigues_MatToVec = function(vector, matrix, jacobian);