OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
configuration.private.hpp 檔案參考
#include "opencv2/core/cvstd.hpp"
#include <vector>
#include <string>
configuration.private.hpp 的包含依賴關係圖

名稱空間

名稱空間  cv
 
名稱空間  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())