First time here? Check out the FAQ!
answered 2019-02-10 20:25:23 -0600
You can use cv::aruco::drawAxis which displays your axis with the given rvec and tvec. Remember to add #include "opencv2/aruco.hpp"
cv::aruco::drawAxis
#include "opencv2/aruco.hpp"