aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-28add manually calculated CI numbersHEADmasterJohn Morrison
2014-10-28Merge branch 'master' of github.com:mutantturkey/FlyTrackingJohn Morrison
2014-10-28add our FV data for calculating the solution vectorsJohn Morrison
2014-05-14add changes for histogrammingCalvin Morrison
2012-12-30Update README.markdownCalvin Morrison
2012-11-19Clean ups left and right, Use proper exit codes, remove a useless header, alp...mutantturkey
2012-11-19use unsigned intmutantturkey
2012-10-31add basic explaination of how some of the tools work, and set line wrapping t...mutantturkey
2012-10-31add a note to the README about the orderingmutantturkey
2012-10-31Output CCI's into a seperate txt file from all the foldsmutantturkey
2012-10-24update README to include preliminary information about k-means clusteringmutantturkey
2012-10-24remove unused, commented, functionsmutantturkey
2012-10-24Frame Info spacing fixesmutantturkey
2012-10-24don't say we're adding workmutantturkey
2012-10-24remove a misc test file, left over from Reza importmutantturkey
2012-10-24swap our output columns to fit our feature vector (mean first, std-dev second)mutantturkey
2012-10-24fixed bug in background deriver when input files have a space. Using getline ...mutantturkey
2012-10-10clean up our background deriver, delete exra spacesmutantturkey
2012-10-02cleaning up FlyTrackingMainmutantturkey
2012-10-01use the C++/openCV version of our background generator now, delete the old C ...mutantturkey
2012-09-27fixed a memory leak, now calculate inline so there is no huge overheadmutantturkey
2012-09-27convert to OpenCV and C++ initial commitmutantturkey
2012-09-24Whitespace cleanupsmutantturkey
2012-09-24removed unused color parametermutantturkey
2012-09-24removed unused barrier variable and it's commented calls, removed unused comm...mutantturkey
2012-09-24MyPair.h line cleanups and formatting changesmutantturkey
2012-09-24switch to empty method instead of checking for size == 0. Does the same, migh...mutantturkey
2012-09-24fixed logical error in height/width checkmutantturkey
2012-09-24clean up FlyTrackingMain a little, still needs eons of workmutantturkey
2012-09-19added README, added ability to specify output folder, and use 10 folds defaul...mutantturkey
2012-08-03calculate frames where flies are togethermutantturkey
2012-08-03inital commit of the FlyTrackingMain rewrite utilizng the OpenCV and CvBlob l...mutantturkey
2012-08-03README.markdownmutantturkey
2012-08-03added more docsmutantturkey
2012-08-03completed documenting step 1mutantturkey
2012-08-03added list of stepsmutantturkey
2012-08-03fix the formattingmutantturkey
2012-08-03Started documenting actual stepsmutantturkey
2012-08-03Started documenting actual stepsmutantturkey
2012-08-03added -Wextra flag to CPPFLAGS and CFLAGSmutantturkey
2012-08-03added -Wextra flag to CPPFLAGS and CFLAGSmutantturkey
2012-08-03updated readmemutantturkey
2012-08-03updated readmemutantturkey
2012-08-03updated readmemutantturkey
2012-08-02user ternary operator for verbose logging, a bit cleanermutantturkey
2012-08-02use proper exit codesmutantturkey
2012-08-02updating exit to be posix compliantmutantturkey
2012-08-02image is already a binary mask, we don't need the intermediate grayscaling stepmutantturkey
2012-08-02refactor some variablesmutantturkey
2012-08-02added filter-mask to Makefilemutantturkey