OpenCV
4.0.0
Open Source Computer Vision
flann
include
opencv2
flann
Classes
|
Namespaces
|
Macros
logger.h File Reference
#include <stdio.h>
#include <stdarg.h>
#include "
defines.h
"
Classes
class
cvflann::Logger
Namespaces
cvflann
Macros
#define
LOG_METHOD
(NAME, LEVEL)
Macro Definition Documentation
§
LOG_METHOD
#define LOG_METHOD
(
NAME,
LEVEL
)
Value:
static
int
NAME(
const
char
* fmt, ...) \
{ \
va_list ap; \
va_start(ap, fmt); \
int ret = instance()._log(LEVEL, fmt, ap); \
va_end(ap); \
return ret; \
}
Generated on Sun Nov 18 2018 11:54:20 for OpenCV by
1.8.12