OpenCV
4.0.0
Open Source Computer Vision
|
#include <opencv2/core/cvdef.h>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::utils | |
cv::utils::trace | |
Macros | |
#define | CV_TRACE_ARG(arg_id) |
Macro to trace argument value. More... | |
#define | CV_TRACE_ARG_VALUE(arg_id, arg_name, value) |
Macro to trace argument value (expanded version) More... | |
#define | CV_TRACE_FUNCTION() |
Macro to trace function. More... | |
#define | CV_TRACE_FUNCTION_SKIP_NESTED() |
#define | CV_TRACE_REGION(name_as_static_string_literal) |
#define | CV_TRACE_REGION_NEXT(name_as_static_string_literal) |
#define CV_TRACE_ARG | ( | arg_id | ) |
Macro to trace argument value.
#define CV_TRACE_ARG_VALUE | ( | arg_id, | |
arg_name, | |||
value | |||
) |
Macro to trace argument value (expanded version)
#define CV_TRACE_FUNCTION | ( | ) |
Macro to trace function.
#define CV_TRACE_FUNCTION_SKIP_NESTED | ( | ) |
#define CV_TRACE_REGION | ( | name_as_static_string_literal | ) |
Trace code scope.
#define CV_TRACE_REGION_NEXT | ( | name_as_static_string_literal | ) |
mark completed of the current opened region and create new one