OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intersections_list
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
PnPProblem.cpp
229
std::vector<cv::Point3f>
intersections_list
;
local
244
intersections_list
.push_back(tmp_pt);
249
if (!
intersections_list
.empty())
251
point3d = get_nearest_3D_point(
intersections_list
, R.getP0());
Completed in 67 milliseconds