Public Member Functions | |
| Impl (const std::string &model_path) | |
| void | process (const cv::Mat &image, cv::Mat &result) |
Public Attributes | |
| BackendState | backend |
| cv::Mat | blob |
| cv::Mat | edge |
| cv::dnn::Net | net |
| cv::String | output_name |
| cv::Mat | work |
Definition at line 697 of file edge_dnn.cpp.
|
inlineexplicit |
Definition at line 705 of file edge_dnn.cpp.
References net, and output_name.
|
inline |
Definition at line 722 of file edge_dnn.cpp.
| BackendState acmxvk::dnn::EdgeDetector::Impl::backend |
Definition at line 699 of file edge_dnn.cpp.
Referenced by process().
| cv::Mat acmxvk::dnn::EdgeDetector::Impl::blob |
Definition at line 701 of file edge_dnn.cpp.
Referenced by process().
| cv::Mat acmxvk::dnn::EdgeDetector::Impl::edge |
Definition at line 703 of file edge_dnn.cpp.
Referenced by process().
| cv::dnn::Net acmxvk::dnn::EdgeDetector::Impl::net |
Definition at line 698 of file edge_dnn.cpp.
| cv::String acmxvk::dnn::EdgeDetector::Impl::output_name |
Definition at line 700 of file edge_dnn.cpp.
| cv::Mat acmxvk::dnn::EdgeDetector::Impl::work |
Definition at line 702 of file edge_dnn.cpp.
Referenced by process().