OpenCV  3.4.10
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::cudev::ZipPtrSz< PtrTuple > Struct Template Reference

#include <opencv2/cudev/ptr2d/zip.hpp>

Inheritance diagram for cv::cudev::ZipPtrSz< PtrTuple >:
cv::cudev::ZipPtr< PtrTuple >

Public Member Functions

__host__ __device__ __forceinline__ ZipPtrSz ()
 
__host__ __device__ __forceinline__ ZipPtrSz (const PtrTuple &t)
 

Public Attributes

int cols
 
int rows
 

Constructor & Destructor Documentation

◆ ZipPtrSz() [1/2]

template<class PtrTuple>
__host__ __device__ __forceinline__ cv::cudev::ZipPtrSz< PtrTuple >::ZipPtrSz ( )
inline

◆ ZipPtrSz() [2/2]

template<class PtrTuple>
__host__ __device__ __forceinline__ cv::cudev::ZipPtrSz< PtrTuple >::ZipPtrSz ( const PtrTuple &  t)
inline

Member Data Documentation

◆ cols

template<class PtrTuple>
int cv::cudev::ZipPtrSz< PtrTuple >::cols

◆ rows

template<class PtrTuple>
int cv::cudev::ZipPtrSz< PtrTuple >::rows

The documentation for this struct was generated from the following file: