OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_vertex
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_registration.cpp
70
int
n_vertex
= pts[n_regist];
local
73
Point3f point_3d = mesh.getVertex(
n_vertex
-1);
144
int
n_vertex
= pts[n_regist];
local
145
Point3f current_poin3d = mesh.getVertex(
n_vertex
-1);
Completed in 760 milliseconds