OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cvstd_wrapper.hpp 文件参考
#include "opencv2/core/cvdef.h"
#include <string>
#include <memory>
#include <type_traits>
cvstd_wrapper.hpp 的包含依赖关系图
此图显示了直接或间接包含此文件的文件

命名空间

命名空间  cv
 

类型定义

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

函数

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