Emgu.CV.CvInvoke.CvBlobDetectorDetectNewBlob C# (CSharp) Method

CvBlobDetectorDetectNewBlob() private method

private CvBlobDetectorDetectNewBlob ( IntPtr detector, IntPtr img, IntPtr imgFG, IntPtr newBlobList, IntPtr oldBlobList ) : bool
detector IntPtr
img IntPtr
imgFG IntPtr
newBlobList IntPtr
oldBlobList IntPtr
return bool
        internal static extern bool CvBlobDetectorDetectNewBlob(IntPtr detector, IntPtr img, IntPtr imgFG, IntPtr newBlobList, IntPtr oldBlobList);
CvInvoke