removed obsolete headers from opencv.hpp, fixed 2 gcc warnings and bug in SVBackSubst().

This commit is contained in:
Vadim Pisarevsky
2010-11-29 15:31:25 +00:00
parent cfeca1411e
commit fa1d85bc14
4 changed files with 2 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ int main( int argc, char** argv )
points[1].resize(k);
}
if( addRemovePt && points[1].size() < MAX_COUNT )
if( addRemovePt && points[1].size() < (size_t)MAX_COUNT )
{
vector<Point2f> tmp;
tmp.push_back(pt);