OpenCV  4.1.0
Open Source Computer Vision
Classes | Namespaces | Macros | Functions
zip.hpp File Reference
#include "../common.hpp"
#include "../util/tuple.hpp"
#include "traits.hpp"

Classes

struct  cv::cudev::PtrTraits< ZipPtrSz< PtrTuple > >
 
struct  ZipPtr< PtrTuple >
 
struct  cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >
 
struct  cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2 > >
 
struct  cv::cudev::ZipPtr< tuple< Ptr0, Ptr1, Ptr2, Ptr3 > >
 
struct  cv::cudev::ZipPtrSz< PtrTuple >
 

Namespaces

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

Macros

#define OPENCV_CUDEV_PTR2D_ZIP_HPP
 

Functions

template<class Ptr0 , class Ptr1 >
__host__ ZipPtrSz< tuple
< typename PtrTraits< Ptr0 >
::ptr_type, typename PtrTraits
< Ptr1 >::ptr_type > > 
cv::cudev::zipPtr (const Ptr0 &ptr0, const Ptr1 &ptr1)
 
template<class Ptr0 , class Ptr1 , class Ptr2 >
__host__ ZipPtrSz< tuple
< typename PtrTraits< Ptr0 >
::ptr_type, typename PtrTraits
< Ptr1 >::ptr_type, typename
PtrTraits< Ptr2 >::ptr_type > > 
cv::cudev::zipPtr (const Ptr0 &ptr0, const Ptr1 &ptr1, const Ptr2 &ptr2)
 
template<class Ptr0 , class Ptr1 , class Ptr2 , class Ptr3 >
__host__ ZipPtrSz< tuple
< typename PtrTraits< Ptr0 >
::ptr_type, typename PtrTraits
< Ptr1 >::ptr_type, typename
PtrTraits< Ptr2 >::ptr_type,
typename PtrTraits< Ptr3 >
::ptr_type > > 
cv::cudev::zipPtr (const Ptr0 &ptr0, const Ptr1 &ptr1, const Ptr2 &ptr2, const Ptr3 &ptr3)
 

Macro Definition Documentation

#define OPENCV_CUDEV_PTR2D_ZIP_HPP