From ccb08463f3f037545fe6405c93ccda0b87fcd2ab Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Wed, 20 Jun 2012 14:50:03 -0400 Subject: use markdown for README --- README | 22 ---------------------- README.markdown | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 22 deletions(-) delete mode 100644 README create mode 100644 README.markdown diff --git a/README b/README deleted file mode 100644 index 5346e99..0000000 --- a/README +++ /dev/null @@ -1,22 +0,0 @@ -README - -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 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 built are located here: - -./fly-tools/FilterFlyMask -./fly-tools/FlyTracking -./fly-tools/mask-generator diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..3c26802 --- /dev/null +++ b/README.markdown @@ -0,0 +1,34 @@ +Automated Categorization of Drosophila Learning and Memory Behaviors using Video Analysis +========================================================================================= + +For more information about this project, goto: + + https://www.cs.drexel.edu/~david/Papers/Md_Reza_MS_Thesis.pdf + +This repository contains all of the source codes used for the Fly Tracking project. + +Scripts +------- + +You will find a few scripts to automate the processing of the data: + +* ./process-video-beta +* ./batch-process + + +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. + + $ cd fly-data + $ make + +The programs that will be built are located here: + +* ./fly-tools/FilterFlyMask +* ./fly-tools/FlyTracking +* ./fly-tools/mask-generator -- cgit v1.2.3