Searched defs:getNeighbors (Results 1 – 6 of 6) sorted by relevance
68 public Set<T> getNeighbors(T t) { in getNeighbors() method in Graph271 public Set<Node<T>> getNeighbors() { in getNeighbors() method in Graph.Node
263 …void getNeighbors(const ElementType* vec, bool /*do_radius*/, float radius, bool do_k, unsigned in… in getNeighbors() function339 void getNeighbors(const ElementType* vec, ResultSet<DistanceType>& result) in getNeighbors() function
437 …void getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float eps… in getNeighbors() function
85 private int getNeighbors(int x, int y) { in getNeighbors() method in Target03
1090 struct getNeighbors { int operator ()(const CvAvgComp& e) const { return e.neighbors; } }; in operator ()() struct
528 const Graph::Neighbors& Graph::getNeighbors(size_t id) const in getNeighbors() function in Graph