artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x

Home Page:https://artoolkitx.github.io/jsartoolkit5/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marker detection displacement

benjamin-wozniak opened this issue · comments

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?