NativeMethodscuda_DeviceInfo_supports Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int cuda_DeviceInfo_supports( IntPtr obj, int featureSet )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_DeviceInfo_supports ( obj As IntPtr, featureSet As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int cuda_DeviceInfo_supports( IntPtr obj, int featureSet )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_DeviceInfo_supports : obj : IntPtr * featureSet : int -> int
OpenCvSharp.NativeMethods.cuda_DeviceInfo_supports = function(obj, featureSet);