Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pupil-labs/pupil
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Mar 7, 2014
2 parents 7b8d812 + 9380d25 commit 4953939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pupil_src/capture/pupil_detectors/canny_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def ellipse_true_support(e,raw_edges):
pupil_ellipse['roi_center'] = e[0]
pupil_ellipse['major'] = max(e[1])
pupil_ellipse['minor'] = min(e[1])
pupil_ellipse['apparent_pupil_size'] = max(e[1])
pupil_ellipse['axes'] = e[1]
pupil_ellipse['angle'] = e[2]
e_img_center =u_r.add_vector(p_r.add_vector(e[0]))
Expand Down

0 comments on commit 4953939

Please sign in to comment.