OpenCV
3.4.15
Open Source Computer Vision
|
Derivatives of this class encapsulates functions of certain backends. More...
#include <opencv2/dnn/dnn.hpp>
Public Member Functions | |
BackendNode (int backendId) | |
virtual | ~BackendNode () |
Virtual destructor to make polymorphism. More... | |
Public Attributes | |
int | backendId |
Backend identifier. More... | |
Derivatives of this class encapsulates functions of certain backends.
cv::dnn::BackendNode::BackendNode | ( | int | backendId | ) |
|
virtual |
Virtual destructor to make polymorphism.
int cv::dnn::BackendNode::backendId |
Backend identifier.