OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::cudev::RemapPtr1< SrcPtr, MapPtr > Struct Template Reference

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

Public Types

typedef PtrTraits< MapPtr >::index_type index_type
typedef PtrTraits< SrcPtr >::value_type value_type

Public Member Functions

__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator() (typename PtrTraits< MapPtr >::index_type y, typename PtrTraits< MapPtr >::index_type x) const

Public Attributes

MapPtr map
SrcPtr src

Member Typedef Documentation

◆ index_type

template<class SrcPtr, class MapPtr>
typedef PtrTraits<MapPtr>::index_type cv::cudev::RemapPtr1< SrcPtr, MapPtr >::index_type

◆ value_type

template<class SrcPtr, class MapPtr>
typedef PtrTraits<SrcPtr>::value_type cv::cudev::RemapPtr1< SrcPtr, MapPtr >::value_type

Member Function Documentation

◆ operator()()

template<class SrcPtr, class MapPtr>
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type cv::cudev::RemapPtr1< SrcPtr, MapPtr >::operator() ( typename PtrTraits< MapPtr >::index_type y,
typename PtrTraits< MapPtr >::index_type x ) const
inline

Member Data Documentation

◆ map

template<class SrcPtr, class MapPtr>
MapPtr cv::cudev::RemapPtr1< SrcPtr, MapPtr >::map

◆ src

template<class SrcPtr, class MapPtr>
SrcPtr cv::cudev::RemapPtr1< SrcPtr, MapPtr >::src

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