artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x
https://artoolkitx.github.io/jsartoolkit5/examples/
Other
292 stars 69 forks source link

Marker detection displacement #76

Open benjamin-wozniak opened 5 years ago

benjamin-wozniak commented 5 years ago

Hi,

I tried to use jasartoolkit5 to detect matrix markers. And I experienced some strange displacement of the detected marker. The displacement gets stronger if the marker is away from the center. I not sure if that is relevant but I used the default camera_params.dat.

One can also see the displacement in the demo simple_image.html (I modified the debugDraw() method so that the detection is rendered on top of the original image): jsartoolkit_marker_bug

Any ideas why this is happening?