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

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

Public Member Functions

template<typename T>
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
Public Member Functions inherited from cv::cudev::RemapPtr1< SrcPtr, MapPtr >
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator() (typename PtrTraits< MapPtr >::index_type y, typename PtrTraits< MapPtr >::index_type x) const

Public Attributes

int cols
int rows
Public Attributes inherited from cv::cudev::RemapPtr1< SrcPtr, MapPtr >
MapPtr map
SrcPtr src

Additional Inherited Members

Public Types inherited from cv::cudev::RemapPtr1< SrcPtr, MapPtr >
typedef PtrTraits< MapPtr >::index_type index_type
typedef PtrTraits< SrcPtr >::value_type value_type

Member Function Documentation

◆ assignTo()

template<class SrcPtr, class MapPtr>
template<typename T>
__host__ void cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >::assignTo ( GpuMat_< T > & dst,
Stream & stream = Stream::Null() ) const
inline

Member Data Documentation

◆ cols

template<class SrcPtr, class MapPtr>
int cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >::cols

◆ rows

template<class SrcPtr, class MapPtr>
int cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr >::rows

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