mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
brief soft cascade interface description
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
#if defined WITH_DEBUG_OUT
|
||||
# define dprintf(format, ...) \
|
||||
do { printf(format, __VA_ARGS__); } while (0)
|
||||
do { printf(format, ##__VA_ARGS__); } while (0)
|
||||
#else
|
||||
# define dprintf(format, ...)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user