OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
configuration.private.hpp ファイル
#include "opencv2/core/cvstd.hpp"
#include <vector>
#include <string>
Include dependency graph for configuration.private.hpp:

名前空間

namespace  cv
 
namespace  cv::utils
 

型定義

typedef std::vector< std::string > cv::utils::Paths
 

関数

bool cv::utils::getConfigurationParameterBool (const char *name, bool defaultValue=false)
 
Paths cv::utils::getConfigurationParameterPaths (const char *name, const Paths &defaultValue=Paths())
 
size_t cv::utils::getConfigurationParameterSizeT (const char *name, size_t defaultValue=0)
 
std::string cv::utils::getConfigurationParameterString (const char *name, const std::string &defaultValue=std::string())