Home
last modified time | relevance | path

Searched refs:getNeighbors (Results 1 – 7 of 7) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
DTarget03.java73 final int n = getNeighbors(x, y); in tick()
85 private int getNeighbors(int x, int y) { in getNeighbors() method in Target03
/external/testng/src/main/java/org/testng/internal/
DGraph.java68 public Set<T> getNeighbors(T t) { in getNeighbors() method in Graph
70 for (Node<T> n : findNode(t).getNeighbors()) { in getNeighbors()
271 public Set<Node<T>> getNeighbors() { in getNeighbors() method in Graph.Node
/external/opencv3/modules/flann/include/opencv2/flann/
Dlsh_index.h222 getNeighbors(vec, result); in findNeighbors()
263 …void getNeighbors(const ElementType* vec, bool /*do_radius*/, float radius, bool do_k, unsigned in… in getNeighbors() function
339 void getNeighbors(const ElementType* vec, ResultSet<DistanceType>& result) in getNeighbors() function
Dkdtree_index.h208 getNeighbors(result, vec, maxChecks, epsError); in findNeighbors()
437 …void getNeighbors(ResultSet<DistanceType>& result, const ElementType* vec, int maxCheck, float eps… in getNeighbors() function
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.hpp100 const Neighbors& getNeighbors(size_t id) const;
Dcirclesgrid.cpp528 const Graph::Neighbors& Graph::getNeighbors(size_t id) const in getNeighbors() function in Graph
620 Graph::Neighbors neighbors1 = rng.getNeighbors(i); in rng2gridGraph()
623 Graph::Neighbors neighbors2 = rng.getNeighbors(*it1); in rng2gridGraph()
/external/opencv3/modules/objdetect/src/
Dcascadedetect.cpp1090 struct getNeighbors { int operator ()(const CvAvgComp& e) const { return e.neighbors; } }; in operator ()() argument
1550 std::transform(vecAvgComp.begin(), vecAvgComp.end(), numDetections.begin(), getNeighbors()); in detectMultiScale()