Click or drag to resize

Backend Class

http://www.emgu.com
The backend for video
Inheritance Hierarchy
SystemObject
  Emgu.CVBackend

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public class Backend

The Backend type exposes the following members.

Constructors
  NameDescription
Public methodBackend
Create a backend given its id
Top
Properties
  NameDescription
Public propertyID
The ID of the backend.
Public propertyName
The name of the backend
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also