OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
没有匹配项
命名空间 | | 类型定义 | 函数
cv::utils 命名空间参考

命名空间

namespace  fs
 
namespace  logging
 
namespace  trace
 

class  AllocatorStatisticsInterface
 
class  BufferArea
 管理由多个缓冲区共享的内存块。 更多...
 
class  lock_guard
 一个简单的范围锁(RAII 风格的独占/写访问锁定)。 更多...
 
class  optional_lock_guard
 一个可选的简单的范围锁(RAII 风格的独占/写访问锁定)。 更多...
 
class  optional_shared_lock_guard
 一个可选的共享范围锁(RAII 风格的共享/读访问锁定)。 更多...
 
class  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)
 
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 ()
 

类型定义文档

◆ Paths

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

函数文档

◆ getConfigurationParameterBool()

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

◆ getConfigurationParameterPaths()

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

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