OpenCV  4.9.0
Open Source Computer Vision
Namespaces | Macros | Functions
operations.hpp File Reference
#include <cstdio>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 

Macros

#define CV_FORMAT_PRINTF(A, B)
 

Functions

String cv::format (const char *fmt,...)
 Returns a text string formatted using the printf-like expression. More...
 
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. More...
 

Macro Definition Documentation

◆ CV_FORMAT_PRINTF

#define CV_FORMAT_PRINTF (   A,
 
)