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