Commit Graph

10 Commits

Author SHA1 Message Date
Jason
aa949ed081
Update eye_model_updater.h
Various function changes/additions. Some code cleaning.
2018-04-02 16:28:57 +09:00
Jason
08afbb8f5a
Update eye_model_updater.cpp
Added various functions related to drift correction.
2018-04-02 16:28:06 +09:00
Jason
530db2f9d9
Update eye_model_updater.h 2018-04-02 16:22:25 +09:00
Jason Orlosky
891bde7e1f Various optimizations and refactoring of pupilFitter.h
- removed overloaded functions for getcandidates and refinepoints: resulting function now only uses Opencv's Point instead of Point2f
- added getDarkestPixelBetter to replace getDarkestPixel: this handles cases where glints cause very dark pixels to appear (primarily in the Vive benchmark videos). This also makes pupil detection slightly more robust.
- added initial glint handling code to refinePoints (not currently active)
- misc documentation
2016-10-27 13:50:55 +09:00
Jason Orlosky
4ca250fced Two optimizations to pupilFitter.h -> removed two stages of refinement that had marginal benefit. 2016-10-25 19:56:44 +09:00
Jason Orlosky
abd1f97a63 Removed unused code in pupilFitter.h. 2016-10-25 19:42:04 +09:00
yitoh
2a427d9f2e updated 2016-10-08 22:47:36 +09:00
yitoh
c08cabae36 refactored some classes 2016-10-07 21:56:19 +09:00
yitoh
09cd333d2f added a camera parameter reader 2016-10-07 21:37:22 +09:00
yitoh
abf3ae75c2 added initial working code 2016-10-07 13:31:30 +09:00