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

#include <opencv2/cudev/functional/tuple_adapter.hpp>

Collaboration diagram for cv::cudev::UnaryTupleAdapter< Op, n >:

公開型

typedef Op::result_type result_type
 

公開メンバ関数

template<class Tuple >
__device__ __forceinline__ Op::result_type operator() (const Tuple &t) const
 

公開変数類

Op op
 

型定義メンバ詳解

◆ result_type

template<class Op , int n>
Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::result_type

メンバ関数詳解

◆ operator()()

template<class Op , int n>
template<class Tuple >
__device__ __forceinline__ Op::result_type cv::cudev::UnaryTupleAdapter< Op, n >::operator() ( const Tuple & t) const
inline

メンバ変数詳解

◆ op

template<class Op , int n>
Op cv::cudev::UnaryTupleAdapter< Op, n >::op

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