fixed VS2010 compile warnings and errors

This commit is contained in:
Vadim Pisarevsky
2011-06-06 15:15:30 +00:00
parent 0c877f62e9
commit fcd2a0c3d3
7 changed files with 16 additions and 16 deletions

View File

@@ -160,7 +160,7 @@ int main(int ac, char ** av)
{
capture >> frame;
if (frame.empty())
continue;
break;
cvtColor(frame, gray, CV_RGB2GRAY);