OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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. 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: