Function to call when an image is received
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
void ReceiveFrame( Image<Bgr, byte> img ) |
Visual Basic (Declaration) |
---|
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