OpenCV 4.11.0
开源计算机视觉库
|
#include <vector>
#include <type_traits>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
#include <opencv2/gapi/garray.hpp>
#include <opencv2/gapi/gopaque.hpp>
#include <opencv2/gapi/gframe.hpp>
命名空间 | |
命名空间 | cv |
命名空间 | cv::detail |
命名空间 | cv::gapi |
命名空间 | cv::gapi::own |
此命名空间包含 G-API 在其独立模式构建中使用的自有数据结构。 | |
类型定义 | |
模板<typename... Ts> | |
使用 | cv::detail::are_meta_descrs = all_satisfy<is_meta_descr, Ts...> |
模板<typename... Ts> | |
使用 | cv::detail::are_meta_descrs_but_last = all_satisfy<is_meta_descr, typename all_but_last<Ts...>::type> |
使用 | cv::GMetaArg |
使用 | cv::GMetaArgs = std::vector<GMetaArg> |
函数 | |
cv::GMetaArgs | cv::descrs_of (const std::vector< cv::Mat > &vec) |
cv::GMetaArgs | cv::descrs_of (const std::vector< cv::UMat > &vec) |
cv::GMetaArgs | cv::gapi::own::descrs_of (const std::vector< Mat > &vec) |
std::ostream & | cv::operator<< (std::ostream &os, const GMetaArg &) |