Ask Your Question

Revision history [back]

How to find the real distance between two ArUco markers.

I got rvec and tvec from the estimating pose function. Then formed a 4x4 matrix with use of Rodrigues(rvec) and tvec 4x4 = [[ rvec rvec rvec tvecx] [ rvec rvec rvec tvecy] [ rvec rvec rvec tvecz] [ 0 0 0 1]]. Correct me if I am wrong and don't know how to proceed further.

click to hide/show revision 2
None

updated 2020-06-10 03:05:55 -0600

berak gravatar image

How to find the real distance between two ArUco markers.

I got rvec and tvec from the estimating pose function. Then formed a 4x4 matrix with use of Rodrigues(rvec) and tvec tvec

4x4 = [[ rvec rvec rvec tvecx]
          [ rvec rvec rvec tvecy]
          [ rvec rvec rvec tvecz]
          [ 0        0     0       1]].

Correct me if I am wrong and don't know how to proceed further.

click to hide/show revision 3
None

updated 2020-06-10 03:07:01 -0600

berak gravatar image

How to find the real distance between two ArUco markers.

I got rvec and tvec from the estimating pose function. Then formed a 4x4 matrix with use of Rodrigues(rvec) and tvec

4x4 = [[ rvec rvec rvec tvecx]
        [ rvec rvec rvec tvecy]
        [ rvec rvec rvec tvecz]
        [ 0     0     0    1  1]].
]]

Correct me if I am wrong and don't know how to proceed further.