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