OpenCV  3.4.2
Open Source Computer Vision
Namespaces | Classes | Functions
cv::utils Namespace Reference

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 ()
 

Function Documentation

§ getConfigurationParameterBool()

bool cv::utils::getConfigurationParameterBool ( const char *  name,
bool  defaultValue 
)

§ getConfigurationParameterSizeT()

size_t cv::utils::getConfigurationParameterSizeT ( const char *  name,
size_t  defaultValue 
)

§ getConfigurationParameterString()

cv::String cv::utils::getConfigurationParameterString ( const char *  name,
const char *  defaultValue 
)

§ getThreadID()

int cv::utils::getThreadID ( )