mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -5,11 +5,17 @@
|
||||
#ifndef OPENCV_CONFIGURATION_PRIVATE_HPP
|
||||
#define OPENCV_CONFIGURATION_PRIVATE_HPP
|
||||
|
||||
#include "opencv2/core/cvstd.hpp"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace cv { namespace utils {
|
||||
|
||||
typedef std::vector<std::string> Paths;
|
||||
CV_EXPORTS bool getConfigurationParameterBool(const char* name, bool defaultValue);
|
||||
CV_EXPORTS size_t getConfigurationParameterSizeT(const char* name, size_t defaultValue);
|
||||
CV_EXPORTS cv::String getConfigurationParameterString(const char* name, const char* defaultValue);
|
||||
CV_EXPORTS Paths getConfigurationParameterPaths(const char* name, const Paths &defaultValue = Paths());
|
||||
|
||||
}} // namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user