http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Function to call when an image is received
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
void ReceiveFrame( Image<Bgr, byte> img ) |
Visual Basic |
---|
Sub ReceiveFrame ( _ img As Image(Of Bgr, Byte) _ ) |
Visual C++ |
---|
void ReceiveFrame( Image<Bgr, unsigned char>^ img ) |
Parameters
- img
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The image received