Emgu CV Library Documentation
CvBlobDetectorDetectNewBlob Method (detector, img, imgFG, newBlobList, oldBlobList)
NamespacesEmgu.CVCvInvokeCvBlobDetectorDetectNewBlob(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Detect new blobs.
Declaration Syntax
C#Visual BasicVisual C++
public static int CvBlobDetectorDetectNewBlob(
	IntPtr detector,
	IntPtr img,
	IntPtr imgFG,
	IntPtr newBlobList,
	IntPtr oldBlobList
)
Public Shared Function CvBlobDetectorDetectNewBlob ( _
	detector As IntPtr, _
	img As IntPtr, _
	imgFG As IntPtr, _
	newBlobList As IntPtr, _
	oldBlobList As IntPtr _
) As Integer
public:
static int CvBlobDetectorDetectNewBlob(
	IntPtr detector, 
	IntPtr img, 
	IntPtr imgFG, 
	IntPtr newBlobList, 
	IntPtr oldBlobList
)
Parameters
detector (IntPtr)
The blob detector
img (IntPtr)
The image
imgFG (IntPtr)
The forground mask
newBlobList (IntPtr)
The new blob list
oldBlobList (IntPtr)
The old blob list
Return Value

[Missing <returns> documentation for M:Emgu.CV.CvInvoke.CvBlobDetectorDetectNewBlob(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)