OpenCV 4.10.0
开源计算机视觉
|
#include <functional>
#include <ostream>
#include <vector>
#include <memory>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/variant.hpp>
#include <opencv2/gapi/util/throw.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
命名空间 | |
命名空间 | cv |
“黑匣子”表示与磁盘上文件关联的文件存储。 | |
命名空间 | cv::detail |
宏 | |
#define | FLATTEN_NS cv |
类型定义 | |
using | cv::detail::ConstructVec = std::function< void(VectorRef &)> |
函数 | |
模板 <typename U > | |
GArrayDesc | cv::descr_of (const std::vector< U > &) |
GArrayDesc | cv::empty_array_desc () |
std::ostream & | cv::operator<< (std::ostream &os, const cv::GArrayDesc &desc) |
#define FLATTEN_NS cv |