fixing some wrong CPP prefixes - still old interface

This commit is contained in:
StevenPuttemans
2014-09-24 09:33:22 +02:00
parent 19b3aab23f
commit 90a1c6b1f0
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ Let's use a simple program such as DisplayImage.cpp shown below.
printf("No image data \n");
return -1;
}
namedWindow("Display Image", CV_WINDOW_AUTOSIZE );
namedWindow("Display Image", WINDOW_AUTOSIZE );
imshow("Display Image", image);
waitKey(0);