aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-06-15 00:28:50 -0400
committermutantturkey <mutantturke@gmail.com>2012-06-15 00:28:50 -0400
commit4997e34640b04ed3ca0cdc68ea2e523df12b5c28 (patch)
treee64c7ce338705d3fb2346f6169fdb07fc0a43679 /README
parentcd799e745303da79df16e33fa6e348ff5436763f (diff)
remove old binary, update readme
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 19 insertions, 1 deletions
diff --git a/README b/README
index 05a4846..c1ac053 100644
--- a/README
+++ b/README
@@ -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