Emgu CV Library Documentation
Process Method (currentFrame)
NamespacesEmgu.CV.VideoSurveillanceBlobTrackerAutoProcess(IImage)

www.emgu.com/wiki
Process a frame
Declaration Syntax
C#Visual BasicVisual C++
public void Process(
	IImage currentFrame
)
Public Sub Process ( _
	currentFrame As IImage _
)
public:
void Process(
	IImage^ currentFrame
)
Parameters
currentFrame (IImage)
The frame to be processed

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