Hi,
I was trying to draw the fixations on the image with a "X" to see the accuracy and the jitter but i was wondering how can I convert the gaze coordinates into the coordinates that java uses to draw? Or am I mistaken and they both are essentially the same?
I am trying something like
g.drawString("x", 409, 74);
These are one of the fixations I got but it doesnt seem to draw on the image.
Would be grateful if someone could point me in the right direction.
Thanks