Home
last modified time | relevance | path

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 Dresult_set.h66 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 Dkdtree_index.h204 …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 Dlinear_index.h106 …void findNeighbors(ResultSet<DistanceType>& resultSet, const ElementType* vec, const SearchParams&… in findNeighbors()
H A Dlsh_index.h220 …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 Dcomposite_index.h175 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors()
H A Dnn_index.h172 …virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchPa…
H A Dflann_base.hpp238 …void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchParams& se… in findNeighbors()
H A Dkmeans_index.h498 …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 Dhierarchical_clustering_index.h547 …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 Dkdtree_single_index.h242 …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 Dautotuned_index.h154 …virtual void findNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, const SearchPa… in findNeighbors()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py522 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__.py41 ResultSet,
H A DNEWS.txt60 * All find_all calls should now return a ResultSet object. Patch by