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