Searched refs:testData (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | index_testing.h | 87 …const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, int nn, int ch… in search_with_ground_truth() argument 114 for (size_t i = 0; i < testData.rows; i++) { in search_with_ground_truth() 116 index.findNeighbors(resultSet, testData[i], searchParams); in search_with_ground_truth() 119 …distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testD… in search_with_ground_truth() 125 float precicion = (float)correct/(nn*testData.rows); in search_with_ground_truth() 127 dist = distR/(testData.rows*nn); in search_with_ground_truth() 130 checks, precicion, time, 1000.0 * time / testData.rows, dist); in search_with_ground_truth() 138 … const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, 148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, … 155 … const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/ |
| H A D | gfx-x11 | 44 my $testData = { 397 my $tdata = $testData->{$test};
|