OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::utils 命名空间参考

命名空间

命名空间  fs
 
命名空间  logging
 
命名空间  trace
 

类  AllocatorStatisticsInterface
 
类  BufferArea
 管理多个缓冲区共享的内存块。 更多...
 
类  lock_guard
 一个简单的作用域锁(用于独占/写入访问的 RAII 风格锁定)。 更多...
 
类  optional_lock_guard
 一个可选的简单作用域锁(用于独占/写入访问的 RAII 风格锁定)。 更多...
 
类  optional_shared_lock_guard
 一个可选的共享作用域锁(用于共享/读取器访问的 RAII 风格锁定)。 更多...
 
类  shared_lock_guard
 一个共享作用域锁(用于共享/读取器访问的 RAII 风格锁定)。 更多...
 

类型定义

typedef std::vector< std::string > Paths
 

函数

static String dumpBool (bool argument)
 
static String dumpCString (const char *argument)
 
static String dumpDouble (double argument)
 
static String dumpFloat (float argument)
 
String dumpInputArray (InputArray argument)
 
String dumpInputArrayOfArrays (InputArrayOfArrays argument)
 
String dumpInputOutputArray (InputOutputArray argument)
 
String dumpInputOutputArrayOfArrays (InputOutputArrayOfArrays argument)
 
static String dumpInt (int argument)
 
static String dumpInt64 (int64 argument)
 
static String dumpRange (const Range &argument)
 
static String dumpRect (const Rect &argument)
 
static String dumpRotatedRect (const RotatedRect &argument)
 
static String dumpSizeT (size_t argument)
 
static String dumpString (const String &argument)
 
static String dumpTermCriteria (const TermCriteria &argument)
 
String dumpVectorOfDouble (const std::vector< double > &vec)
 
String dumpVectorOfInt (const std::vector< int > &vec)
 
String dumpVectorOfRect (const std::vector< Rect > &vec)
 
bool getConfigurationParameterBool (const char *name, bool defaultValue=false)
 
Paths getConfigurationParameterPaths (const char *name, const Paths &defaultValue=Paths())
 
size_t getConfigurationParameterSizeT (const char *name, size_t defaultValue=0)
 
std::string getConfigurationParameterString (const char *name, const std::string &defaultValue=std::string())
 
int getThreadID ()
 

类型定义文档

◆ Paths

typedef std::vector<std::string> cv::utils::Paths

函数文档

◆ getConfigurationParameterBool()

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

◆ getConfigurationParameterPaths()

Paths cv::utils::getConfigurationParameterPaths ( const char * name,
const Paths & defaultValue = Paths() )

◆ getConfigurationParameterSizeT()

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

◆ getConfigurationParameterString()

std::string cv::utils::getConfigurationParameterString ( const char * name,
const std::string & defaultValue = std::string() )

◆ getThreadID()

int cv::utils::getThreadID ( )