OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
无匹配项
cv::cudev::BrdBase< BrdImpl, SrcPtr > 结构模板参考

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

cv::cudev::BrdBase< BrdImpl, SrcPtr > 的协作图

公共类型

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

公共成员函数

__device__ __forceinline__ int idx_col (int x) const
 
__device__ __forceinline__ int idx_row (int y) const
 
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type operator() (int y, int x) const
 

公共属性

int cols
 
int rows
 
SrcPtr src
 

成员类型定义文档

◆ index_type

template<class BrdImpl , class SrcPtr >
int cv::cudev::BrdBase< BrdImpl, SrcPtr >::index_type

◆ value_type

template<class BrdImpl , class SrcPtr >
PtrTraits<SrcPtr>::value_type cv::cudev::BrdBase< BrdImpl, SrcPtr >::value_type

成员函数文档

◆ idx_col()

template<class BrdImpl , class SrcPtr >
__device__ __forceinline__ int cv::cudev::BrdBase< BrdImpl, SrcPtr >::idx_col ( int x) const
inline

◆ idx_row()

template<class BrdImpl , class SrcPtr >
__device__ __forceinline__ int cv::cudev::BrdBase< BrdImpl, SrcPtr >::idx_row ( int y) const
inline

◆ operator()()

template<class BrdImpl , class SrcPtr >
__device__ __forceinline__ PtrTraits< SrcPtr >::value_type cv::cudev::BrdBase< BrdImpl, SrcPtr >::operator() ( int y,
int x ) const
inline
以下是此函数的调用图

成员数据文档

◆ cols

template<class BrdImpl , class SrcPtr >
int cv::cudev::BrdBase< BrdImpl, SrcPtr >::cols

◆ rows

template<class BrdImpl , class SrcPtr >
int cv::cudev::BrdBase< BrdImpl, SrcPtr >::rows

◆ src

template<class BrdImpl , class SrcPtr >
SrcPtr cv::cudev::BrdBase< BrdImpl, SrcPtr >::src

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