NativeMethodscore_PCA_new2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_PCA_new2( IntPtr data, IntPtr mean, int flags, int maxComponents )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_PCA_new2 ( data As IntPtr, mean As IntPtr, flags As Integer, maxComponents As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_PCA_new2( IntPtr data, IntPtr mean, int flags, int maxComponents )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_PCA_new2 : data : IntPtr * mean : IntPtr * flags : int * maxComponents : int -> IntPtr
OpenCvSharp.NativeMethods.core_PCA_new2 = function(data, mean, flags, maxComponents);