OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
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=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 ( )