Age | Commit message (Expand) | Author |
2014-10-28 | add manually calculated CI numbersHEADmaster | John Morrison |
2014-10-28 | Merge branch 'master' of github.com:mutantturkey/FlyTracking | John Morrison |
2014-10-28 | add our FV data for calculating the solution vectors | John Morrison |
2014-05-14 | add changes for histogramming | Calvin Morrison |
2012-12-30 | Update README.markdown | Calvin Morrison |
2012-11-19 | Clean ups left and right, Use proper exit codes, remove a useless header, alp... | mutantturkey |
2012-11-19 | use unsigned int | mutantturkey |
2012-10-31 | add basic explaination of how some of the tools work, and set line wrapping t... | mutantturkey |
2012-10-31 | add a note to the README about the ordering | mutantturkey |
2012-10-31 | Output CCI's into a seperate txt file from all the folds | mutantturkey |
2012-10-24 | update README to include preliminary information about k-means clustering | mutantturkey |
2012-10-24 | remove unused, commented, functions | mutantturkey |
2012-10-24 | Frame Info spacing fixes | mutantturkey |
2012-10-24 | don't say we're adding work | mutantturkey |
2012-10-24 | remove a misc test file, left over from Reza import | mutantturkey |
2012-10-24 | swap our output columns to fit our feature vector (mean first, std-dev second) | mutantturkey |
2012-10-24 | fixed bug in background deriver when input files have a space. Using getline ... | mutantturkey |
2012-10-10 | clean up our background deriver, delete exra spaces | mutantturkey |
2012-10-02 | cleaning up FlyTrackingMain | mutantturkey |
2012-10-01 | use the C++/openCV version of our background generator now, delete the old C ... | mutantturkey |
2012-09-27 | fixed a memory leak, now calculate inline so there is no huge overhead | mutantturkey |
2012-09-27 | convert to OpenCV and C++ initial commit | mutantturkey |
2012-09-24 | Whitespace cleanups | mutantturkey |
2012-09-24 | removed unused color parameter | mutantturkey |
2012-09-24 | removed unused barrier variable and it's commented calls, removed unused comm... | mutantturkey |
2012-09-24 | MyPair.h line cleanups and formatting changes | mutantturkey |
2012-09-24 | switch to empty method instead of checking for size == 0. Does the same, migh... | mutantturkey |
2012-09-24 | fixed logical error in height/width check | mutantturkey |
2012-09-24 | clean up FlyTrackingMain a little, still needs eons of work | mutantturkey |
2012-09-19 | added README, added ability to specify output folder, and use 10 folds defaul... | mutantturkey |
2012-08-03 | calculate frames where flies are together | mutantturkey |
2012-08-03 | inital commit of the FlyTrackingMain rewrite utilizng the OpenCV and CvBlob l... | mutantturkey |
2012-08-03 | README.markdown | mutantturkey |
2012-08-03 | added more docs | mutantturkey |
2012-08-03 | completed documenting step 1 | mutantturkey |
2012-08-03 | added list of steps | mutantturkey |
2012-08-03 | fix the formatting | mutantturkey |
2012-08-03 | Started documenting actual steps | mutantturkey |
2012-08-03 | Started documenting actual steps | mutantturkey |
2012-08-03 | added -Wextra flag to CPPFLAGS and CFLAGS | mutantturkey |
2012-08-03 | added -Wextra flag to CPPFLAGS and CFLAGS | mutantturkey |
2012-08-03 | updated readme | mutantturkey |
2012-08-03 | updated readme | mutantturkey |
2012-08-03 | updated readme | mutantturkey |
2012-08-02 | user ternary operator for verbose logging, a bit cleaner | mutantturkey |
2012-08-02 | use proper exit codes | mutantturkey |
2012-08-02 | updating exit to be posix compliant | mutantturkey |
2012-08-02 | image is already a binary mask, we don't need the intermediate grayscaling step | mutantturkey |
2012-08-02 | refactor some variables | mutantturkey |
2012-08-02 | added filter-mask to Makefile | mutantturkey |