added a4 result presentation

This commit is contained in:
Raphael Maenle
2018-01-27 13:54:09 +01:00
parent a289ccee57
commit d3d7d53a45
3 changed files with 9 additions and 12 deletions

View File

@ -6,7 +6,7 @@
#include "opencv2/imgproc/imgproc.hpp"
#ifdef _WIN32
#define PATH_FULL_PUZZLE "..\\..\\..\\puzzle_img\\puzzle1.jpg"
#define PATH_FULL_PUZZLE "..\\..\\..\\puzzle_img\\puzzle2.jpg"
#elif defined __unix__
#define PATH_FULL_PUZZLE "..//..//..//puzzle_img//puzzle1.jpg"
#elif defined __APPLE__