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