OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::cudev::BrdBase< BrdImpl, SrcPtr > 構造体テンプレート

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

Collaboration diagram for 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

この構造体詳解は次のファイルから抽出されました: