added cut back

This commit is contained in:
Raphael Maenle
2018-01-27 13:24:44 +01:00
parent be49687f31
commit a289ccee57
2 changed files with 2 additions and 3 deletions

View File

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