Searched refs:ResultSet (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | result_set.h | 66 class ResultSet 69 virtual ~ResultSet() {} in ~ResultSet() 85 class KNNSimpleResultSet : public ResultSet<DistanceType> 152 class KNNResultSet : public ResultSet<DistanceType> 229 class RadiusResultSet : public ResultSet<DistanceType> 287 class UniqueResultSet : public ResultSet<DistanceType>
|
| H A D | kdtree_index.h | 204 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors() 424 void getExactNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, float epsError) in getExactNeighbors() 442 …void getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float eps… in getNeighbors() 472 …void searchLevel(ResultSet<DistanceType>& result_set, const ElementType* vec, NodePtr node, Distan… in searchLevel() 524 …void searchLevelExact(ResultSet<DistanceType>& result_set, const ElementType* vec, const NodePtr n… in searchLevelExact()
|
| H A D | linear_index.h | 106 …void findNeighbors(ResultSet<DistanceType>& resultSet, const ElementType* vec, const SearchParams&… in findNeighbors()
|
| H A D | lsh_index.h | 220 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& /*… in findNeighbors() 339 void getNeighbors(const ElementType* vec, ResultSet<DistanceType>& result) in getNeighbors()
|
| H A D | composite_index.h | 175 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors()
|
| H A D | nn_index.h | 172 …virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchPa…
|
| H A D | flann_base.hpp | 238 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors()
|
| H A D | kmeans_index.h | 498 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors() 896 …void findNN(KMeansNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& chec… in findNN() 973 void findExactNN(KMeansNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec) in findExactNN()
|
| H A D | hierarchical_clustering_index.h | 547 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors() 746 …void findNN(NodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, in… in findNN()
|
| H A D | kdtree_single_index.h | 242 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors() 543 …void searchLevel(ResultSet<DistanceType>& result_set, const ElementType* vec, const NodePtr node, … in searchLevel()
|
| H A D | autotuned_index.h | 154 …virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchPa… in findNeighbors()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | element.py | 522 return ResultSet(strainer, result) 528 return ResultSet(strainer, result) 529 results = ResultSet(strainer) 1719 class ResultSet(list): class 1723 super(ResultSet, self).__init__(result)
|
| H A D | __init__.py | 41 ResultSet,
|
| H A D | NEWS.txt | 60 * All find_all calls should now return a ResultSet object. Patch by
|