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