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