Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dgcgraph.hpp124 Edge fromI, toI; in addEdges() local
131 toI.dst = i; in addEdges()
132 toI.next = vtcs[j].first; in addEdges()
133 toI.weight = revw; in addEdges()
135 edges.push_back( toI ); in addEdges()