NativeMethodsml_SVM_getDefaultGrid Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ParamGrid ml_SVM_getDefaultGrid( int paramId )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_SVM_getDefaultGrid ( paramId As Integer ) As ParamGrid
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static ParamGrid ml_SVM_getDefaultGrid( int paramId )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_SVM_getDefaultGrid : paramId : int -> ParamGrid
OpenCvSharp.NativeMethods.ml_SVM_getDefaultGrid = function(paramId);