1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Merge pull request #2444 from ilya-lavrenov:tapi_gftt

This commit is contained in:
Andrey Pavlenko
2014-03-07 13:53:43 +04:00
committed by OpenCV Buildbot
3 changed files with 169 additions and 48 deletions
+1
View File
@@ -114,6 +114,7 @@ OCL_TEST_P(GoodFeaturesToTrack, Accuracy)
for (size_t i = 0; i < pts.size(); ++i)
{
Point2i a = upts[i], b = pts[i];
bool eq = std::abs(a.x - b.x) < 1 && std::abs(a.y - b.y) < 1;
if (!eq)