NativeMethodscore_completeSymm Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_completeSymm( IntPtr mtx, int lowerToUpper )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_completeSymm ( mtx As IntPtr, lowerToUpper As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_completeSymm( IntPtr mtx, int lowerToUpper )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_completeSymm : mtx : IntPtr * lowerToUpper : int -> unit
OpenCvSharp.NativeMethods.core_completeSymm = function(mtx, lowerToUpper);