1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00
This commit is contained in:
Andrey Kamaev
2012-09-19 16:56:27 +04:00
parent 54705a009a
commit 56ac2937d8
+1 -1
View File
@@ -52,7 +52,7 @@ using namespace std;
#ifdef DUMP_RESULTS
# define DUMP(image, path) imwrite(path, image)
#else
# define FUMP(image, path)
# define DUMP(image, path)
#endif