OpenCV 4.10.0
开源计算机视觉
|
#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"
类 | |
类 | cv::Allocator< _Tp > |
类 | cv::Allocator< _Tp >::rebind< U > |
命名空间 | |
命名空间 | 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) |