OpenCV  4.10.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)
 
Paths cv::utils::getConfigurationParameterPaths (const char *name, const Paths &defaultValue=Paths())
 
size_t cv::utils::getConfigurationParameterSizeT (const char *name, size_t defaultValue)
 
cv::String cv::utils::getConfigurationParameterString (const char *name, const char *defaultValue)