$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Public Attributes | List of all members
cv::graph_dump_path Struct Reference

Ask G-API to dump compiled graph in Graphviz format under the given file name. More...

#include <opencv2/gapi/gcommon.hpp>

Collaboration diagram for cv::graph_dump_path:

Public Attributes

std::string m_dump_path
 

Detailed Description

Ask G-API to dump compiled graph in Graphviz format under the given file name.

Specifies a graph dump path (path to .dot file to be generated). G-API will dump a .dot file under specified path during a compilation process if this flag is passed.

Member Data Documentation

◆ m_dump_path

std::string cv::graph_dump_path::m_dump_path

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