OpenCV 4.13.0
开源计算机视觉库 (Open Source Computer Vision)
正在加载...
正在搜索...
未找到匹配项
cvstd_wrapper.hpp 文件参考
#include "opencv2/core/cvdef.h"
#include <string>
#include <memory>
#include <type_traits>
cvstd_wrapper.hpp 的包含依赖图
该图显示了哪些文件直接或间接地包含了此文件

命名空间

命名空间  cv
 

类型定义 (Typedefs)

template<typename _Tp >
using cv::Ptr = std::shared_ptr<_Tp>
 

函数

template<typename _Tp , typename ... A1>
static Ptr< _Tpcv::makePtr (const A1 &... a1)