Home
last modified time | relevance | path

Searched defs:IncDistance (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp52 struct IncDistance struct
54 IncDistance(std::vector<int> &vdists) : dists(&vdists[0]) {} in IncDistance() function
55 void operator ()(const GraphEdge &edge) { dists[edge.to] = dists[edge.from] + 1; } in operator ()()
56 int* dists;