OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::util | |
Macros | |
#define | UNUSED(x) cv::util::suppress_unused_warning(x) |
Functions | |
template<typename T > | |
void | cv::util::suppress_unused_warning (const T &) |
Utility template function to prevent "unused" warnings by various compilers. More... | |
#define UNUSED | ( | x | ) | cv::util::suppress_unused_warning(x) |