aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJohn Morrison <jcm357@cs.drexel.edu>2014-10-28 14:31:05 -0400
committerJohn Morrison <jcm357@cs.drexel.edu>2014-10-28 14:31:05 -0400
commit3dd70b4d0e20f517f515a8b1d0ad7b5d79f48621 (patch)
treebccabe5e9169e2e843fba8d307ab4e117f6cf49f /README.markdown
parent01b3b8f87c1d4be14438a0fdc2a4daade9eb3038 (diff)
parentbda4a425da1073ca38b7ccf006d02f65b25a4755 (diff)
Merge branch 'master' of github.com:mutantturkey/FlyTracking
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
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.
+
+