Skip to content

Commit

Permalink
increase ring count on maul marker for more robustness.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkassner committed Jun 9, 2014
1 parent 22aa4a1 commit e7ae97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def update(self,frame,recent_pupil_positions,events):
self.candidate_ellipses = get_canditate_ellipses(img,
area_threshold=self.area_threshold.value,
dist_threshold=self.dist_threshold.value,
min_ring_count=3,
min_ring_count=5,
visual_debug=self.show_edges.value)

if len(self.candidate_ellipses) > 0:
Expand Down

0 comments on commit e7ae97c

Please sign in to comment.