fixed warnings and errors reported by VS2010

This commit is contained in:
Vadim Pisarevsky
2010-11-26 18:25:30 +00:00
parent 1618ed0a37
commit 01c1003d51
15 changed files with 24 additions and 17 deletions

View File

@@ -33,7 +33,7 @@ void on_trackbar(int, void*)
imshow("contours", cnt_img);
}
int main( int argc, char** argv)
int main( int argc, char**)
{
Mat img = Mat::zeros(w, w, CV_8UC1);
if(argc > 1)