Fiducial marker or camera pose estimation
Let's say, we've got an Aruco marker and we want to estimate a camera pose. We can use estimatePoseSingleMarkers() function, which is based, as I understood, on solvePnP() function. So, help me, please, answer the next two questions:
Thanks.
I am not too familiar wir Aruco, but I can answer the second question.
The algorithm doesn't do the job for you. You need to perform the matching and then feed them into the solvePnP function in a ordered form.
You might want to have a look at FLANN matcher
链接地址: http://www.djcxy.com/p/61080.html上一篇: 成绩单使用远程处理
下一篇: 基准标记或相机姿态估计