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

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

Collaboration diagram for cv::cudev::UnaryNegate< Predicate >:

公開メンバ関数

__device__ __forceinline__ Predicate::result_type operator() (typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const
 

公開変数類

Predicate pred
 

Additional Inherited Members

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

メンバ関数詳解

◆ operator()()

template<class Predicate >
__device__ __forceinline__ Predicate::result_type cv::cudev::UnaryNegate< Predicate >::operator() ( typename TypeTraits< typename Predicate::argument_type >::parameter_type x) const
inline

メンバ変数詳解

◆ pred

template<class Predicate >
Predicate cv::cudev::UnaryNegate< Predicate >::pred

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