OpenCV  4.0.0
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::dnn::BackendNode Class Reference

Derivatives of this class encapsulates functions of certain backends. More...

#include "dnn.hpp"

Public Member Functions

 BackendNode (int backendId)
 
virtual ~BackendNode ()
 Virtual destructor to make polymorphism. More...
 

Public Attributes

int backendId
 Backend identifier. More...
 

Detailed Description

Derivatives of this class encapsulates functions of certain backends.

Constructor & Destructor Documentation

§ BackendNode()

cv::dnn::BackendNode::BackendNode ( int  backendId)

§ ~BackendNode()

virtual cv::dnn::BackendNode::~BackendNode ( )
virtual

Virtual destructor to make polymorphism.

Member Data Documentation

§ backendId

int cv::dnn::BackendNode::backendId

Backend identifier.


The documentation for this class was generated from the following file: