NativeMethodscore_LDA_subspaceProject Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_LDA_subspaceProject( IntPtr w, IntPtr mean, IntPtr src )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_LDA_subspaceProject ( w As IntPtr, mean As IntPtr, src As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_LDA_subspaceProject( IntPtr w, IntPtr mean, IntPtr src )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_LDA_subspaceProject : w : IntPtr * mean : IntPtr * src : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.core_LDA_subspaceProject = function(w, mean, src);