Searched refs:descriptors_2 (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
H A Dtest_homography.cpp643 Mat descriptors_1, descriptors_2; local
645 orb->detectAndCompute( img_2, Mat(), keypoints_2, descriptors_2, false );
650 matcher.match( descriptors_1, descriptors_2, matches );

Completed in 68 milliseconds