OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr > 结构模板参考

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

cv::cudev::RemapPtr1Sz< SrcPtr, MapPtr > 的协作图

公共成员函数

template<typename T >
__host__ void assignTo (GpuMat_< T > &dst, Stream &stream=Stream::Null()) const
 
- 从 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
 

公共属性

int cols
 
int rows
 
- 从 cv::cudev::RemapPtr1< SrcPtr, MapPtr > 继承的公共属性
MapPtr map
 
SrcPtr src
 

额外的继承成员

- 从 cv::cudev::RemapPtr1< SrcPtr, MapPtr > 继承的公共类型
typedef PtrTraits< MapPtr >::index_type index_type
 
typedef PtrTraits< SrcPtr >::value_type value_type
 

成员函数文档

◆ 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
以下是此函数的调用图

成员数据文档

◆ 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

此结构的文档是从以下文件生成的