Commit Graph

7 Commits

Author SHA1 Message Date
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