Skip to content

Gaze interface: retrieving 3D fixation point using monocular approach #243

Discussion options

You must be logged in to vote

Hi @valeriosperati,

You can check here
in the first code box.

in your code it should be:
plane[3]= -0.1;
since you are solving the plane equation:
ax+by+cz+d=0

the equation will become:
z-0.1=0 <=> z=0.1

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #243 on December 09, 2020 17:23.