diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index fcb8026..1e4791e 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ Automated Categorization of Drosophila Learning and Memory Behaviors using Video For more information about this project, goto: -https://www.cs.drexel.edu/~david/Papers/Md_Reza_MS_Thesis.pdf_ +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. @@ -150,5 +150,11 @@ pngs to make sure that the fly tracking was performed correctly. ### Into the Beyond ### Now that we've done the hard work of image processing the rest is up to you! The -data is all there, now you need to do manually generate the feature vectors. +data is all there, now you need to do manually generate the feature vectors, and +you need to run our simple k-means clustering. + +The K-Means clustering requires Java to run and our Least Squares Solution CCI +calculator was written in Matlab and requires it to run. + + |