mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
fixed compile errors and warning on ubuntu64
This commit is contained in:
@@ -251,7 +251,7 @@ static void findConstrainedCorrespondences(const Mat& _F,
|
||||
if( dist < threshold )
|
||||
break;
|
||||
}
|
||||
if( i1 == keypoints1.size() )
|
||||
if( i1 == (int)keypoints1.size() )
|
||||
matches.push_back(Vec2i(i,bestIdx1));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user