Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp724 String name_dst = pathes[edge.second]; in matchesGraphAsString() local
725 prefix_len = name_dst.find_last_of("/\\"); in matchesGraphAsString()
727 name_dst = name_dst.substr(prefix_len, name_dst.size() - prefix_len); in matchesGraphAsString()
730 str << "\"" << name_src.c_str() << "\" -- \"" << name_dst.c_str() << "\"" in matchesGraphAsString()