OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
any.hpp ファイル
#include <memory>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <opencv2/gapi/util/throw.hpp>
Include dependency graph for any.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::util::any
 
class  cv::util::bad_any_cast
 

名前空間

namespace  cv
 
namespace  cv::internal
 
namespace  cv::util
 

関数

template<class value_t >
value_t & cv::util::any_cast (any &operand)
 
template<class value_t >
value_t * cv::util::any_cast (any *operand)
 
template<class value_t >
const value_t & cv::util::any_cast (const any &operand)
 
template<class value_t >
const value_t * cv::util::any_cast (const any *operand)
 
template<class T , class Source >
cv::internal::down_cast (Source operand)
 
template<class value_t >
value_t & cv::util::unsafe_any_cast (any &operand)
 
template<class value_t >
const value_t & cv::util::unsafe_any_cast (const any &operand)