OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_t_matrix
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
PnPProblem.h
37
cv::Mat
get_t_matrix
() const { return _t_matrix; }
function in class:PnPProblem
main_detection.cpp
255
translation_measured = pnp_detection.
get_t_matrix
();
Completed in 6829 milliseconds