cw: added multios

This commit is contained in:
Raphael Maenle
2018-01-18 21:47:53 +01:00
parent 835cba33dd
commit 0a2de22e63
3 changed files with 9 additions and 2 deletions

View File

@ -128,7 +128,6 @@ Mat Puzzle::readImage(int fileIndex, const char* inputDir){
}
Mat Puzzle::resultImage( vector<LogEntry>& log){
int Y_size = 600; // chose this to fit your monitor!
int separator = 1;
int partHeight = 90;