Searched refs:getNeighbors (Results 1 – 7 of 7) sorted by relevance
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/ |
D | Target03.java | 73 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/ |
D | Graph.java | 68 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/ |
D | lsh_index.h | 222 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
|
D | kdtree_index.h | 208 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/ |
D | circlesgrid.hpp | 100 const Neighbors& getNeighbors(size_t id) const;
|
D | circlesgrid.cpp | 528 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/ |
D | cascadedetect.cpp | 1090 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()
|