added registerPageLocked/unregisterPageLocked functions

added convert functions to BruteForceMatcher_GPU
other minor fixes
This commit is contained in:
Vladislav Vinogradov
2011-08-10 11:32:48 +00:00
parent 24279c2c11
commit 8bb9e4302e
18 changed files with 276 additions and 228 deletions

View File

@@ -318,7 +318,7 @@ TEST(BruteForceMatcher)
GPU_OFF;
SUBTEST << "knnMatch";
int knn = 10;
int knn = 2;
CPU_ON;
matcher.knnMatch(query, train, matches, knn);