This commit is contained in:
Vladislav Vinogradov
2012-11-12 14:20:43 +04:00
parent 19c87d1c9d
commit fbf3de43a2
3 changed files with 156 additions and 231 deletions

View File

@@ -328,7 +328,7 @@ TEST_P(SURF, Descriptor)
int matchedCount = getMatchedPointsCount(keypoints, keypoints, matches);
double matchedRatio = static_cast<double>(matchedCount) / keypoints.size();
EXPECT_GT(matchedRatio, 0.35);
EXPECT_GT(matchedRatio, 0.6);
}
}