OpenCV
3.4.15
Open Source Computer Vision
|
Namespaces | |
fs | |
logging | |
trace | |
Classes | |
class | AllocatorStatisticsInterface |
class | BufferArea |
Manages memory block shared by muliple buffers. More... | |
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 |
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 | ( | ) |