diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-08-03 09:26:36 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-08-03 09:26:36 -0400 |
commit | 4337a4bdba913d913e8fd435da9611dfb641a775 (patch) | |
tree | d289e9b769442410628fb01573c78f91bc0bfebd /README.markdown | |
parent | a6cd84920c3255fd2ba2370e20023e8f5264daec (diff) |
updated readme
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown index d3d631e..9ee4665 100644 --- a/README.markdown +++ b/README.markdown @@ -19,13 +19,13 @@ You will find a few scripts to automate the processing of the data: Tools ----- -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. +You will find the utilities 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++, MagickWand, OpenCV and CvBlob libraries and headers +installed. - $ cd fly-data - $ make + $ cd fly-data + $ make The programs that will be built are located here: @@ -34,3 +34,4 @@ The programs that will be built are located here: * ./fly-tools/mask-generator * ./fly-tools/standard-deviation * ./fly-tools/derive-background +* ./fly-tools/filter-mask |