http://www.emgu.com
Create a backend given its id
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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