Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp719 String name_src = pathes[edge.first]; in matchesGraphAsString() local
720 size_t prefix_len = name_src.find_last_of("/\\"); in matchesGraphAsString()
722 name_src = name_src.substr(prefix_len, name_src.size() - prefix_len); in matchesGraphAsString()
730 str << "\"" << name_src.c_str() << "\" -- \"" << name_dst.c_str() << "\"" in matchesGraphAsString()