fixed VS2010 compile warnings and errors
This commit is contained in:
@@ -160,7 +160,7 @@ int main(int ac, char ** av)
|
||||
{
|
||||
capture >> frame;
|
||||
if (frame.empty())
|
||||
continue;
|
||||
break;
|
||||
|
||||
cvtColor(frame, gray, CV_RGB2GRAY);
|
||||
|
||||
|
Reference in New Issue
Block a user