Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
DLATCH_match.cpp33 vector<KeyPoint> kpts1, kpts2; in main() local
41 orb_detector->detect(img1, kpts1); in main()
42 latch->compute(img1, kpts1, desc1); in main()
59 matched1.push_back(kpts1[first.queryIdx]); in main()
90 cout << "# Keypoints 1: \t" << kpts1.size() << endl; in main()
/external/opencv3/samples/cpp/tutorial_code/features2D/
DAKAZE_match.cpp22 vector<KeyPoint> kpts1, kpts2; in main() local
26 akaze->detectAndCompute(img1, noArray(), kpts1, desc1); in main()
41 matched1.push_back(kpts1[first.queryIdx]); in main()
71 cout << "# Keypoints 1: \t" << kpts1.size() << endl; in main()
/external/opencv3/doc/tutorials/features2d/akaze_matching/
Dakaze_matching.markdown51 vector<KeyPoint> kpts1, kpts2;
55 akaze(img1, noArray(), kpts1, desc1);
77 matched1.push_back(kpts1[first.queryIdx]);