Searched refs:kpts2 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/ |
D | LATCH_match.cpp | 33 vector<KeyPoint> kpts1, kpts2; in main() local 44 orb_detector->detect(img2, kpts2); in main() 45 latch->compute(img2, kpts2, desc2); in main() 60 matched2.push_back(kpts2[first.trainIdx]); in main() 91 cout << "# Keypoints 2: \t" << kpts2.size() << endl; in main()
|
/external/opencv3/samples/cpp/tutorial_code/features2D/ |
D | AKAZE_match.cpp | 22 vector<KeyPoint> kpts1, kpts2; in main() local 27 akaze->detectAndCompute(img2, noArray(), kpts2, desc2); in main() 42 matched2.push_back(kpts2[first.trainIdx]); in main() 72 cout << "# Keypoints 2: \t" << kpts2.size() << endl; in main()
|
/external/opencv3/doc/tutorials/features2d/akaze_matching/ |
D | akaze_matching.markdown | 51 vector<KeyPoint> kpts1, kpts2; 56 akaze(img2, noArray(), kpts2, desc2); 78 matched2.push_back(kpts2[first.trainIdx]);
|