OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
| 命名空间 | 类型定义 | 函数
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"
cvstd.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)