From 4337a4bdba913d913e8fd435da9611dfb641a775 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Fri, 3 Aug 2012 09:26:36 -0400 Subject: updated readme --- README.markdown | 13 +++++++------ fly-tools/README.markdown | 11 ++++++++++- 2 files changed, 17 insertions(+), 7 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 diff --git a/fly-tools/README.markdown b/fly-tools/README.markdown index d3c7a0c..da42e9c 100644 --- a/fly-tools/README.markdown +++ b/fly-tools/README.markdown @@ -19,6 +19,15 @@ Usage: FilterFlyMask -f -r -m -o +filter-mask +----------- + +filter-mask is an alternative fly filter that works much faster. It utilizes the OpenCV and CvBlob libraries. + +Usage: + + filter-mask -i -o -r + mask-generator ------------- @@ -39,4 +48,4 @@ This tool will generate a common background image of a set of video frames (PNGs Usage: - derive-background -i -s -o + derive-background -i -o -- cgit v1.2.3