OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cvstd.hpp ファイル
#include "opencv2/core/cvdef.h"
#include <cstddef>
#include <cstring>
#include <cctype>
#include <string>
#include <algorithm>
#include <utility>
#include <cstdlib>
#include <cmath>
#include "cvstd_wrapper.hpp"
Include dependency graph for cvstd.hpp:
This graph shows which files directly or indirectly include this file:

クラス

class  cv::Allocator< _Tp >
 
class  cv::Allocator< _Tp >::rebind< U >
 

名前空間

namespace  cv
 

型定義

typedef std::string cv::String
 

関数

static uchar cv::abs (uchar a)
 
static uint64 cv::abs (uint64 a)
 
static unsigned cv::abs (unsigned a)
 
static ushort cv::abs (ushort a)
 
void cv::fastFree (void *ptr)
 メモリバッファを解放する。
 
void * cv::fastMalloc (size_t bufSize)
 アライメントの取れたメモリバッファを確保する。
 
static std::string cv::toLowerCase (const std::string &str)
 
static std::string cv::toUpperCase (const std::string &str)