NativeMethodsml_SVM_getGamma Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double ml_SVM_getGamma( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_SVM_getGamma ( obj As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double ml_SVM_getGamma( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_SVM_getGamma : obj : IntPtr -> float
OpenCvSharp.NativeMethods.ml_SVM_getGamma = function(obj);