From c41768dbbd50a0055298d5ec6318ae7f1d2e4ab3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 11 Sep 2022 01:39:29 -0400 Subject: New testdrive using sqlite db as data storage. Add signature serialization & deserialization. Only link what we need from OpenCV. --- tests/testdrive.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/testdrive.cpp') diff --git a/tests/testdrive.cpp b/tests/testdrive.cpp index d5cd7b3..dffba46 100644 --- a/tests/testdrive.cpp +++ b/tests/testdrive.cpp @@ -251,7 +251,6 @@ void job_func(int thid, size_t id) #if DEBUG > 1 printf("%d@(%ld <-> %ld) %f\n", i, id, si.first, s.distance(signatures[si.first])); #endif - if (!v[si.first] && s.distance(signatures[si.first]) < threshold) { out.emplace_back(id, std::move(si.first)); -- cgit v1.2.3