Merge pull request #2317 from blueskymonster:master
This commit is contained in:
commit
fa38ea6d50
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user