Process a frame
Namespace:
Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void Process( Image<TColor, byte> currentFrame ) |
Visual Basic (Declaration) |
---|
Public Sub Process ( _ currentFrame As Image(Of TColor, Byte) _ ) |
Visual C++ |
---|
public: void Process( Image<TColor, unsigned char>^ currentFrame ) |
Parameters
- currentFrame
- Type: Emgu.CV..::.Image<(Of <(TColor, Byte>)>)
The frame to be processed