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