Ask Your Question
-1

aruCo module, world space coordinates?

asked 2017-02-12 13:29:56 -0600

stillNovice gravatar image

Hi, I need to move a camera, and know exactly how far it has traveled. I need to do this with a mono camera, or it would be simple, using stereo odometry.

I am looking into the aRuCo module in openCv, which returns the camera pose.

My question is:

Since the size of the board / marker is known, is the camera translation returned in accurate world-space coordinates, or not?

eg, if I move a meter, will the tvec value reflect that in a repeatable way?

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-02-12 16:29:25 -0600

Tetragramm gravatar image

If the aruco board is stationary, and the createBoard function has the correct sizes passed in, then yes.

For example, using a Charuco board, the create function asks for square length and marker length in the units you want to measure in. This must be the same as you have printed the marker. So if your board has squares 5cm across, you would put in 0.05 as the square length.

edit flag offensive delete link more

Comments

Thank you. Exactly what i need to know.

stillNovice gravatar imagestillNovice ( 2017-02-13 08:47:03 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-02-12 13:29:56 -0600

Seen: 393 times

Last updated: Feb 12 '17