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

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

Collaboration diagram for cv::cudev::Binder1st< Op >:

公開メンバ関数

__device__ __forceinline__ Op::result_type operator() (typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
 

公開変数類

Op::first_argument_type arg1
 
Op op
 

Additional Inherited Members

- Public Types inherited from cv::cudev::unary_function< Op::second_argument_type, Op::result_type >
typedef Op::second_argument_type argument_type
 
typedef Op::result_type result_type
 

メンバ関数詳解

◆ operator()()

template<class Op >
__device__ __forceinline__ Op::result_type cv::cudev::Binder1st< Op >::operator() ( typename TypeTraits< typename Op::second_argument_type >::parameter_type a) const
inline

メンバ変数詳解

◆ arg1

template<class Op >
Op::first_argument_type cv::cudev::Binder1st< Op >::arg1

◆ op

template<class Op >
Op cv::cudev::Binder1st< Op >::op

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