OpenCV  4.10.0
开放源代码计算机视觉
加载...
搜索...
无匹配
命名空间 | | 函数
operations.hpp 文件参考
#include <cstdio>
operations.hpp 的 include 依赖关系图
此图形显示直接或间接 include 此文件的文件

命名空间

命名空间  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())
 将元素集拆分成等价类。
 

宏定义文档

◆ CV_FORMAT_PRINTF

#define CV_FORMAT_PRINTF (   A,
 
)