Class cv::dnn::BackendNode#

Derivatives of this class encapsulates functions of certain backends.

Collaboration diagram for cv::dnn::BackendNode:

cv::dnn::BackendNode Node1 cv::dnn::BackendNode   + BackendNode() + ~BackendNode() Node2 int     Node2->Node1 +backendId

cv::dnn::BackendNode Node1 cv::dnn::BackendNode   + BackendNode() + ~BackendNode() Node2 int     Node2->Node1 +backendId

Detailed Description#

Derivatives of this class encapsulates functions of certain backends.

Constructor & Destructor Documentation#

BackendNode()#

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

~BackendNode()#

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

Virtual destructor to make polymorphism.

Member Data Documentation#

backendId#

int cv::dnn::BackendNode::backendId

Backend identifier.

Source file#

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