You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Is the code "intreg = [2/6 4/6; 8/6 10/6]*pi; % integration region, avoiding eyelids" wrong?
I think it should be like "intreg = [0 1/4; 3/4 1]*pi;".
Because in the image of matlab, the angles [2/6 4/6; 8/6 10/6]*pi are the upper and lower parts of the pupil, which does not avoid eyelids.
Correct me if I'm wrong, thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Is the code "intreg = [2/6 4/6; 8/6 10/6]*pi; % integration region, avoiding eyelids" wrong?
I think it should be like "intreg = [0 1/4; 3/4 1]*pi;".
Because in the image of matlab, the angles [2/6 4/6; 8/6 10/6]*pi are the upper and lower parts of the pupil, which does not avoid eyelids.
Correct me if I'm wrong, thanks.
The text was updated successfully, but these errors were encountered: