OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
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 <opencv2/dnn/dnn.hpp>

Collaboration diagram for cv::dnn::BackendNode:

Public Member Functions

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

Public Attributes

int backendId
 Backend identifier.
 

Detailed Description

Derivatives of this class encapsulates functions of certain backends.

Constructor & Destructor Documentation

◆ BackendNode()

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

◆ ~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: