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

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

private CvBlobDetectorDetectNewBlob ( IntPtr detector, IntPtr img, IntPtr imgFG, IntPtr newBlobList, IntPtr oldBlobList ) : bool
detector IntPtr
img IntPtr
imgFG IntPtr
newBlobList IntPtr
oldBlobList IntPtr
Результат bool
        internal static extern bool CvBlobDetectorDetectNewBlob(IntPtr detector, IntPtr img, IntPtr imgFG, IntPtr newBlobList, IntPtr oldBlobList);
CvInvoke