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, Image<Gray, byte> foregroundMask ) |
Visual Basic |
---|
Public Sub Process ( _ currentFrame As Image(Of TColor, Byte), _ foregroundMask As Image(Of Gray, Byte) _ ) |
Visual C++ |
---|
public: void Process( Image<TColor, unsigned char>^ currentFrame, Image<Gray, unsigned char>^ foregroundMask ) |
Parameters
- currentFrame
- Type: Emgu.CV..::..Image<(Of <(<'TColor, Byte>)>)>
The frame to be processed
- foregroundMask
- Type: Emgu.CV..::..Image<(Of <(<'Gray, Byte>)>)>
the foreground mask to be used