The code is written in Python 2.7 against OpenCV 2.4. Install
OpenCV for your platform and this should bring in the
only other dependency, numpy
.
-
You'll need to obtain both the script
spot_larva.py
and thelib/
directory. The easiest way to do that is withgit
, in a shell interpreter (eg.bash
).$ git clone https://github.com/plredmond/larva-tracker.git
This command will create a folder in your current working directory called
larva-tracker
which has the the code repository.