1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #2317 from blueskymonster:master

This commit is contained in:
Roman Donchenko
2014-02-12 15:14:25 +04:00
committed by OpenCV Buildbot
@@ -41,7 +41,7 @@ Let's use a simple program such as DisplayImage.cpp shown below.
return -1;
}
namedWindow( "Display Image", CV_WINDOW_AUTOSIZE );
namedWindow( "Display Image", WINDOW_AUTOSIZE );
imshow( "Display Image", image );
waitKey(0);