I wrote openCV code, and my code has the following statement:
cv::imshow("Matches", matchesImg); cv::waitKey(0);
When I run the code in Debug or Release, I can not see the window that shows me the result.
And this happens for every project that I create.
Failed to find out the reason, can someone please direct me to this?
I am encoding Windows 7 and Visual Studio 2010, with opencv version 2.4.6
c ++ io visual-studio-2010 opencv computer-vision
Armin mustafa
source share