Click or drag to resize

Backend Constructor

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
Syntax
public Backend(
	int id
)

Parameters

id
Type: SystemInt32
The id of the backend
See Also