OpenCV
5.0.0-pre
Open Source Computer Vision
|
#include <cstdio>
#include <ostream>
Namespaces | |
namespace | cv |
Macros | |
#define | CV_FORMAT_PRINTF(A, B) |
Functions | |
String | cv::format (const char *fmt,...) |
Returns a text string formatted using the printf-like expression. | |
template<typename _Tp , class _EqPredicate > | |
int | cv::partition (const std::vector< _Tp > &vec, std::vector< int > &labels, _EqPredicate predicate=_EqPredicate()) |
Splits an element set into equivalency classes. | |
#define CV_FORMAT_PRINTF | ( | A, | |
B | |||
) |