warningx fixed under vs2008

This commit is contained in:
Anatoly Baksheev
2010-12-21 11:37:08 +00:00
parent 0545e780f8
commit 998fab0ef5
9 changed files with 250 additions and 250 deletions

View File

@@ -59,7 +59,7 @@ int main( int argc, char** argv )
// Define trackbar callback functon. This function find contours,
// draw it and approximate it by ellipses.
void processImage(int h, void*)
void processImage(int /*h*/, void*)
{
vector<vector<Point> > contours;
Mat bimage = image >= sliderPos;