OpenCV 4.10.0
开放源代码计算机视觉
|
#include <cstdio>
命名空间 | |
命名空间 | cv |
与磁盘上文件关联的文件存储的“黑盒”表示。 | |
宏 | |
#define | CV_FORMAT_PRINTF(A, B) |
函数 | |
String | cv::format (const char *fmt,...) |
使用类 printf 的表达式返回格式文本字符串。 | |
template<typename _Tp , class _EqPredicate > | |
int | cv::partition (const std::vector< _Tp > &_vec, std::vector< int > &labels, _EqPredicate predicate=_EqPredicate()) |
将元素集拆分成等价类。 | |
#define CV_FORMAT_PRINTF | ( | A, | |
B | |||
) |