Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 862 Bytes

README.rdoc

File metadata and controls

41 lines (29 loc) · 862 Bytes

WhiskerTracker

Bachelordegree project in machinelearning. The goal is to use statistical methods to get reliable unsupervised rat whisker tracking in highspeed video.

Report

The report can be found at <github.com/Jim-Holmstroem/WhiskerTracking/blob/master/report/report/report.pdf?raw=true>

Project requirements:

WhiskerTracker

DataGenerator

  • gcc

  • chipmunk

  • cairo

Videoformat used

pngvin file is basically:

filename.pngvin/
    frame-00000.png
    frame-00001.png
    ...
    frame-00123.png

Example code

Put some example code on how to run/use it here

Copyright and License

TODO

How to Git

Change branch

git checkout branchname #Will generate exception if unable to switch