Releases: nvellon/cv-pupil-cpp
Releases · nvellon/cv-pupil-cpp
Release list
v0.0.5-alpha
- Add cvp::Pupil camera stream tests.
- Remove old deprecated code and trk namespace.
- Strategy pattern implementation for detection and tracking, based on cvp::Strategy interface.
- Change test to support new detection strategy pattern.
v0.0.4-alpha
- Change cvp::Eye::track() method to call detect() method.
- Change tests for trk::Eye class for image files.
- Add test for trk::Eye class for camera stream.
- Change cvp::Eye::detect() internal variables definition.
- Add cvp::Pupil class.
- Add cvp::Pupil class tests.
v0.0.3-alpha
- Change on directory structure.
- Add namespace cvp.
- Add cvp::Tracker interface class.
- Add cvp::Eye class -implements cvp::Tracker- for eye detection and tracking.
- Add cvp::Pupil class -implements cvp::Tracker- for pupil detection and tracking.
- Remove old test scripts.
- Add new test scripts for cvp::Eye class.
- Fix coding style.
v0.0.2-alpha
Adding support for pupil detection and tracking on camera stream.
v0.0.1-alpha
This is the first stable set of functions for detection and tracking of eye and pupil on pictures.
No support for video yet.