OpenCV  4.3.0
Open Source Computer Vision
Namespaces | Typedefs | Functions
cvstd_wrapper.hpp File Reference
#include "opencv2/core/cvdef.h"
#include <string>
#include <memory>
#include <type_traits>

Namespaces

 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< _Tp > cv::makePtr (const A1 &... a1)