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