![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
#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"クラス | |
| 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) |