diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-06-20 14:36:45 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-06-20 14:36:45 -0400 |
commit | e0bbbbcab8f43318faddeb4915897936cec88918 (patch) | |
tree | eb6491ce20c31ea28cddf0d1e6dcf385b5f9aef9 /README | |
parent | 5c781d320ac82428ca449d4dd2f35099d5edde40 (diff) |
updated the readme to include the new utility, mask-generator. Added to mask-generator to the make file, renamed the folder for mask-generator to mask, added proper headers to remove warnings, fixed a return type and removed an unused variable called status
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -7,17 +7,16 @@ 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. +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 build are located here: +The programs that will be built are located here: ./fly-tools/FilterFlyMask ./fly-tools/FlyTracking - -More documentation is included in the README file in fly-tools/ +./fly-tools/mask-generator |