NativeMethodssuperres_SuperResolution_nextFrame Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void superres_SuperResolution_nextFrame( IntPtr obj, IntPtr frame )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub superres_SuperResolution_nextFrame ( obj As IntPtr, frame As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void superres_SuperResolution_nextFrame( IntPtr obj, IntPtr frame )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member superres_SuperResolution_nextFrame : obj : IntPtr * frame : IntPtr -> unit
OpenCvSharp.NativeMethods.superres_SuperResolution_nextFrame = function(obj, frame);