jcmellado / js-aruco

JavaScript library for Augmented Reality applications
Other
600 stars 132 forks source link

Suggestion on better pose estimation ? #24

Closed jeromeetienne closed 6 years ago

jeromeetienne commented 7 years ago

js-aruco is great at detecting the markers. It is fast and simple, i love it :)

It is a little less cool about the pose estimation, using posit1 or posit2 seems to produce significant inaccuracies unfortunatly. So it makes it unsuitable to add some 3d on top of the marker without having significant issues.

Is it me using it poorly ? (i experience it even on the examples of this repository too)

I would love to help or to implement other alternative for pose estimation... but im a bit lost on which algo to implement. Can you suggest which one i could use ?

Any suggestion would be great :)

jcmellado commented 7 years ago

You could start reading the "Tracking the position of a marker" and "Benefits of using Marker Maps" sections from here: https://www.uco.es/investiga/grupos/ava/node/26

jcmellado commented 6 years ago

See #25