OpenCV  3.4.10
Open Source Computer Vision
Namespaces | Typedefs | Functions
configuration.private.hpp File Reference
#include "opencv2/core/cvstd.hpp"
#include <vector>
#include <string>

Namespaces

 cv
 
 cv::utils
 

Typedefs

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

Functions

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)