Skip to content

Releases: nvellon/cv-pupil-cpp

v0.0.5-alpha

v0.0.5-alpha Pre-release
Pre-release

Choose a tag to compare

@nvellon nvellon released this 31 Mar 03:51
  • 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

v0.0.4-alpha Pre-release
Pre-release

Choose a tag to compare

@nvellon nvellon released this 30 Mar 20:29
  • 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

v0.0.3-alpha Pre-release
Pre-release

Choose a tag to compare

@nvellon nvellon released this 25 Mar 02:53
  • 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

v0.0.2-alpha Pre-release
Pre-release

Choose a tag to compare

@nvellon nvellon released this 24 Mar 18:41

Adding support for pupil detection and tracking on camera stream.

v0.0.1-alpha

v0.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@nvellon nvellon released this 24 Mar 02:50

This is the first stable set of functions for detection and tracking of eye and pupil on pictures.

No support for video yet.