NativeMethodssuperres_createFrameSource_Video_CUDA Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] public static IntPtr superres_createFrameSource_Video_CUDA( string fileName )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, BestFitMapping := false, ExactSpelling := true, ThrowOnUnmappableChar := true>] Public Shared Function superres_createFrameSource_Video_CUDA ( fileName As String ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)] static IntPtr superres_createFrameSource_Video_CUDA( String^ fileName )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)>] static member superres_createFrameSource_Video_CUDA : fileName : string -> IntPtr
OpenCvSharp.NativeMethods.superres_createFrameSource_Video_CUDA = function(fileName);