OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointframe1
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/calib3d/test/
test_homography.cpp
670
std::vector<Point2f>
pointframe1
;
local
675
pointframe1
.push_back( keypoints_1[ good_matches[i].queryIdx ].pt );
684
H0 = findHomography(
pointframe1
, pointframe2, RANSAC, 3.0, inliers0 );
[
all
...]
Completed in 1255 milliseconds