http://www.emgu.com
Create a backend given its id
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
SyntaxPublic Sub New (
id As Integer
)
public:
Backend(
int id
)
new :
id : int -> Backend
Parameters
- id
- Type: SystemInt32
The id of the backend
See Also