OpenCV
3.4.20-dev
Open Source Computer Vision
|
#include <opencv2/cudev/ptr2d/zip.hpp>
Public Types | |
typedef PtrTraits< Ptr0 >::index_type | index_type |
typedef tuple< typename PtrTraits< Ptr0 >::value_type, typename PtrTraits< Ptr1 >::value_type > | value_type |
Public Member Functions | |
__host__ __device__ __forceinline__ | ZipPtr () |
__host__ __device__ __forceinline__ | ZipPtr (const tuple< Ptr0, Ptr1 > &t) |
__device__ __forceinline__ value_type | operator() (index_type y, index_type x) const |
typedef PtrTraits<Ptr0>::index_type cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::index_type |
typedef tuple<typename PtrTraits<Ptr0>::value_type, typename PtrTraits<Ptr1>::value_type> cv::cudev::ZipPtr< tuple< Ptr0, Ptr1 > >::value_type |
|
inline |
|
inline |
|
inline |