OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
opencl_info.hpp File Reference
#include <iostream>
#include <sstream>
#include <opencv2/core.hpp>
#include <opencv2/core/ocl.hpp>
Include dependency graph for opencl_info.hpp:

Namespaces

namespace  cv
 

Macros

#define DUMP_CONFIG_PROPERTY(...)
 
#define DUMP_MESSAGE_STDOUT(...)
 

Functions

static void cv::dumpOpenCLInformation ()
 

Macro Definition Documentation

◆ DUMP_CONFIG_PROPERTY

#define DUMP_CONFIG_PROPERTY ( ...)

◆ DUMP_MESSAGE_STDOUT

#define DUMP_MESSAGE_STDOUT ( ...)
Value:
do { std::cout << __VA_ARGS__ << std::endl; } while (false)