http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Process a frame
Namespace: Emgu.CV.VideoSurveillanceAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Process( Image<TColor, byte> currentFrame ) |
Visual Basic |
---|
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