Merge branch 'MergeBranch_resultImage' of https://github.com/MMRVZ2017/MPK.Puzzle into MergeBranch_resultImage

This commit is contained in:
c-weidinger 2018-01-19 15:36:18 +01:00
commit f68a6b5559

View File

@ -1,7 +1,6 @@
//
// Created by Raphael Maenle on 21/12/2017.
//
#include "../../header/solve.h"
#include "../../header/input.h"
@ -193,11 +192,6 @@ Mat Puzzle::resultImage( vector<LogEntry>& log){
Rect ROI(ROI_X,ROI_Y , partWidth-separator, partHeight-separator); // j is the x coordinate not i!!
Mat temp; resize(img,temp, Size(ROI.width, ROI.height));
temp.copyTo(result(ROI));
// imshow("result",result);
// waitKey(0);
}
imshow("result",result);
waitKey(0);