Process a frame

Namespace:  Emgu.CV.VideoSurveillance
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Process(
	Image<TColor, byte> currentFrame
)
Public Sub Process ( _
	currentFrame As Image(Of TColor, Byte) _
)
public:
void Process(
	Image<TColor, unsigned char>^ currentFrame
)

Parameters

currentFrame
Image<(Of <(TColor, Byte>)>)
The frame to be processed

See Also