OpenCV
3.4.3
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... | |
Functions | |
bool | getConfigurationParameterBool (const char *name, bool defaultValue) |
size_t | getConfigurationParameterSizeT (const char *name, size_t defaultValue) |
cv::String | getConfigurationParameterString (const char *name, const char *defaultValue) |
int | getThreadID () |
bool cv::utils::getConfigurationParameterBool | ( | const char * | name, |
bool | defaultValue | ||
) |
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 | ( | ) |