CvInvokeBackends Property |
http://www.emgu.com
Returns list of all builtin backends
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static Backend[] Backends { get; }
Public Shared ReadOnly Property Backends As Backend()
Get
public:
static property array<Backend^>^ Backends {
array<Backend^>^ get ();
}
static member Backends : Backend[] with get
Property Value
Type:
Backend
See Also