NativeMethodscore_FileStorage_write_vectorOfKeyPoint Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileStorage_write_vectorOfKeyPoint( IntPtr fs, string name, IntPtr value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileStorage_write_vectorOfKeyPoint ( fs As IntPtr, name As String, value As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileStorage_write_vectorOfKeyPoint( IntPtr fs, String^ name, IntPtr value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileStorage_write_vectorOfKeyPoint : fs : IntPtr * name : string * value : IntPtr -> unit
OpenCvSharp.NativeMethods.core_FileStorage_write_vectorOfKeyPoint = function(fs, name, value);