diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-06-20 14:50:03 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-06-20 14:50:03 -0400 |
commit | ccb08463f3f037545fe6405c93ccda0b87fcd2ab (patch) | |
tree | 0fb3376ec64acdc7d9c2800ba889d94e7bdf1c7b /README | |
parent | e0bbbbcab8f43318faddeb4915897936cec88918 (diff) |
use markdown for README
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ -README - -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 a few programs, FilterFlyMask, FlyTracking, and mask-generator -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++ and -the MagickWand libraries and headers installed. - -$ cd fly-data -$ make - -The programs that will be built are located here: - -./fly-tools/FilterFlyMask -./fly-tools/FlyTracking -./fly-tools/mask-generator |