OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
fs | |
logging | |
trace | |
Classes | |
class | lock_guard |
A simple scoped lock (RAII-style locking for exclusive/write access). More... | |
class | optional_lock_guard |
An optional simple scoped lock (RAII-style locking for exclusive/write access). More... | |
class | optional_shared_lock_guard |
An optional shared scoped lock (RAII-style locking for shared/reader access). More... | |
class | shared_lock_guard |
A shared scoped lock (RAII-style locking for shared/reader access). More... | |
Typedefs | |
typedef std::vector< std::string > | Paths |
Functions | |
String | dumpInputArray (InputArray argument) |
String | dumpInputArrayOfArrays (InputArrayOfArrays argument) |
String | dumpInputOutputArray (InputOutputArray argument) |
String | dumpInputOutputArrayOfArrays (InputOutputArrayOfArrays argument) |
bool | getConfigurationParameterBool (const char *name, bool defaultValue) |
Paths | getConfigurationParameterPaths (const char *name, const Paths &defaultValue=Paths()) |
size_t | getConfigurationParameterSizeT (const char *name, size_t defaultValue) |
cv::String | getConfigurationParameterString (const char *name, const char *defaultValue) |
int | getThreadID () |
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 | ||
) |
int cv::utils::getThreadID | ( | ) |