diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-06-15 00:28:50 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-06-15 00:28:50 -0400 |
commit | 4997e34640b04ed3ca0cdc68ea2e523df12b5c28 (patch) | |
tree | e64c7ce338705d3fb2346f6169fdb07fc0a43679 /README | |
parent | cd799e745303da79df16e33fa6e348ff5436763f (diff) |
remove old binary, update readme
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ README -This contains all of the sources codes used for the Fly Tracking project. +This contains all of the source codes used for the Fly Tracking project. + +You will find a few scripts to automate the processing of the data: + +./process-video-beta +./batch-process + +You will find two programs, FilterFlyMask and FlyTracking in fly-tools. You +will need to make them which is easy to do. If you have trouble building, +please make sure that you have gsl and ImageMagick++ libraries and headers +installed. + +$ cd fly-data +$ make + +The programs that will be build are located here +: +./fly-tools/FilterFlyMask +./fly-tools/FlyTracking |