OpenCV
2.4.13.4
Open Source Computer Vision
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; \
}
opencv
modules
flann
include
opencv2
flann
logger.h
Generated on Thu Oct 12 2017 12:08:35 for OpenCV by
1.8.12