OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cvstd_wrapper.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <string>
#include <memory>
#include <type_traits>

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.

Typedefs

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

Functions

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