fixed features2d (ORB) compile errors on Windows

This commit is contained in:
Vadim Pisarevsky
2011-05-23 07:58:35 +00:00
parent 71ebe377fc
commit 145a76faf4
5 changed files with 33 additions and 44 deletions

View File

@@ -1496,7 +1496,7 @@ size_t CirclesGridFinder::getFirstCorner(vector<Point> &largeCornerIndices, vect
int cornerIdx = 0;
bool waitOutsider = true;
while (true)
for(;;)
{
if (waitOutsider)
{