diff options
-rw-r--r-- | README | 20 | ||||
-rwxr-xr-x | fly-tools/FlyTrackingNoImages | bin | 97256 -> 0 bytes |
2 files changed, 19 insertions, 1 deletions
@@ -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 diff --git a/fly-tools/FlyTrackingNoImages b/fly-tools/FlyTrackingNoImages Binary files differdeleted file mode 100755 index b61fcd9..0000000 --- a/fly-tools/FlyTrackingNoImages +++ /dev/null |