OpenCV 4.12.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
 

成員 Typedef 文件

◆ 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

此結構體的文件生成自以下檔案