findNeighbors      69 modules/features2d/test/test_nearestneighbors.cpp     virtual int findNeighbors( Mat& points, Mat& neighbors ) = 0;
findNeighbors     105 modules/features2d/test/test_nearestneighbors.cpp     code = findNeighbors( points, results );
findNeighbors     151 modules/flann/include/opencv2/flann/autotuned_index.h     virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     155 modules/flann/include/opencv2/flann/autotuned_index.h             bestIndex_->findNeighbors(result, vec, bestSearchParams_);
findNeighbors     158 modules/flann/include/opencv2/flann/autotuned_index.h             bestIndex_->findNeighbors(result, vec, searchParams);
findNeighbors     175 modules/flann/include/opencv2/flann/composite_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     177 modules/flann/include/opencv2/flann/composite_index.h         kmeans_index_->findNeighbors(result, vec, searchParams);
findNeighbors     178 modules/flann/include/opencv2/flann/composite_index.h         kdtree_index_->findNeighbors(result, vec, searchParams);
findNeighbors     238 modules/flann/include/opencv2/flann/flann_base.hpp         nnIndex_->findNeighbors(result, vec, searchParams);
findNeighbors     547 modules/flann/include/opencv2/flann/hierarchical_clustering_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     116 modules/flann/include/opencv2/flann/index_testing.h             index.findNeighbors(resultSet, testData[i], searchParams);
findNeighbors     199 modules/flann/include/opencv2/flann/kdtree_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     223 modules/flann/include/opencv2/flann/kdtree_single_index.h             findNeighbors(resultSet, queries[i], params);
findNeighbors     241 modules/flann/include/opencv2/flann/kdtree_single_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     496 modules/flann/include/opencv2/flann/kmeans_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams)
findNeighbors     106 modules/flann/include/opencv2/flann/linear_index.h     void findNeighbors(ResultSet<DistanceType>& resultSet, const ElementType* vec, const SearchParams& /*searchParams*/)
findNeighbors     204 modules/flann/include/opencv2/flann/lsh_index.h             findNeighbors(resultSet, queries[i], params);
findNeighbors     220 modules/flann/include/opencv2/flann/lsh_index.h     void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& /*searchParams*/)
findNeighbors      80 modules/flann/include/opencv2/flann/nn_index.h             findNeighbors(resultSet, queries[i], params);
findNeighbors      86 modules/flann/include/opencv2/flann/nn_index.h             findNeighbors(resultSet, queries[i], params);
findNeighbors     122 modules/flann/include/opencv2/flann/nn_index.h         findNeighbors(resultSet, query[0], params);
findNeighbors     172 modules/flann/include/opencv2/flann/nn_index.h     virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& searchParams) = 0;