mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 21:33:04 +04:00
some improvements on tutorials
This commit is contained in:
@@ -115,6 +115,7 @@ int main(int argc, char** argv)
|
||||
resize(iiIm, bestToShow, sz2Sh);
|
||||
imshow("BEST MATCH", bestToShow);
|
||||
moveWindow("BEST MATCH", sz2Sh.width+50,0);
|
||||
waitKey();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user