NativeMethodscore_LDA_new2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_LDA_new2( IntPtr src, IntPtr labels, int numComponents )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_LDA_new2 ( src As IntPtr, labels As IntPtr, numComponents As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_LDA_new2( IntPtr src, IntPtr labels, int numComponents )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_LDA_new2 : src : IntPtr * labels : IntPtr * numComponents : int -> IntPtr
OpenCvSharp.NativeMethods.core_LDA_new2 = function(src, labels, numComponents);