Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dmatchmethod_orb_akaze_brisk.cpp66 vector<String>::iterator itDesc; in main() local
67 for (itDesc = typeDesc.begin(); itDesc != typeDesc.end(); itDesc++) in main()
77 if (*itDesc == "AKAZE-DESCRIPTOR_KAZE_UPRIGHT"){ in main()
80 if (*itDesc == "AKAZE"){ in main()
83 if (*itDesc == "ORB"){ in main()
86 else if (*itDesc == "BRISK"){ in main()
132 namedWindow(*itDesc+": "+*itMatcher, WINDOW_AUTOSIZE); in main()
133 imshow(*itDesc + ": " + *itMatcher, result); in main()
135 FileStorage fs(*itDesc + "_" + *itMatcher + ".yml", FileStorage::WRITE); in main()
162 cout << "Feature : " << *itDesc << "\n"; in main()
[all …]
Ddetect_blob.cpp167 vector<String>::iterator itDesc; in main() local
168 for (itDesc = typeDesc.begin(); itDesc != typeDesc.end(); itDesc++) in main()
171 if (*itDesc == "BLOB") in main()
193 namedWindow(*itDesc + label, WINDOW_AUTOSIZE); in main()
194 imshow(*itDesc + label, result); in main()
200 cout << "Feature : " << *itDesc << "\n"; in main()
Ddetect_mser.cpp460 vector<String>::iterator itDesc; in main() local
462 for (itDesc = typeDesc.begin(); itDesc != typeDesc.end(); itDesc++) in main()
465 if (*itDesc == "MSER"){ in main()
520 namedWindow(*itDesc + label, WINDOW_AUTOSIZE); in main()
521 imshow(*itDesc + label, result); in main()
526 cout << "Feature : " << *itDesc << "\n"; in main()