NativeMethodscore_PCACompute Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_PCACompute( IntPtr data, IntPtr mean, IntPtr eigenvectors, int maxComponents )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_PCACompute ( data As IntPtr, mean As IntPtr, eigenvectors As IntPtr, maxComponents As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_PCACompute( IntPtr data, IntPtr mean, IntPtr eigenvectors, int maxComponents )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_PCACompute : data : IntPtr * mean : IntPtr * eigenvectors : IntPtr * maxComponents : int -> unit
OpenCvSharp.NativeMethods.core_PCACompute = function(data, mean, eigenvectors, maxComponents);