OpenCV 4.11.0
开源计算机视觉库
|
命名空间 | |
命名空间 | 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()) |