Emgu.CV.CvInvoke.CvBlobTrackerAddBlob C# (CSharp) Метод

CvBlobTrackerAddBlob() приватный Метод

private CvBlobTrackerAddBlob ( IntPtr tracker, MCvBlob &blob, IntPtr currentImage, IntPtr currentForegroundMask ) : IntPtr
tracker IntPtr
blob MCvBlob
currentImage IntPtr
currentForegroundMask IntPtr
Результат IntPtr
        internal static extern IntPtr CvBlobTrackerAddBlob(IntPtr tracker, ref MCvBlob blob, IntPtr currentImage, IntPtr currentForegroundMask);
CvInvoke