index
:
FlyTracking.git
master
a research project I did at Drexel, using video footage to score fly learing behaviours
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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 ↵
mutantturkey
commented methods from FlyObject
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, ↵
mutantturkey
might be faster on some systems, cleaner. Also remove extra cvReleaseImage call and added output for outputFileName
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 ↵
mutantturkey
default, and calculate the fold size instead of the inverse
2012-08-03
calculate frames where flies are together
mutantturkey
2012-08-03
inital commit of the FlyTrackingMain rewrite utilizng the OpenCV and CvBlob ↵
mutantturkey
libraries
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
2012-08-02
employ logging system, fixup output to be more consistent, get rid of ↵
mutantturkey
returned result
2012-08-02
fixed segfault when only using one image
mutantturkey
2012-08-02
inital blob filtering using opencv and cvBlob commit
mutantturkey
2012-07-26
moved some back to cout, we always wnat to print those
mutantturkey
2012-07-26
created a new logging system
mutantturkey
2012-07-23
removed unused function, updated readme's and commened out an extra cout
mutantturkey
2012-07-23
go back to declarin the size of temp
mutantturkey
2012-07-23
moved more to vlog and removed more cruft as well as fixed formatting
mutantturkey
2012-07-20
Merge branch 'master' of git@github.com:mutantturkey/FlyTracking
John Morrison
2012-07-20
fixed stage5 eval and upated to work with new getops
John Morrison
2012-07-20
Merge branch 'master' of ssh://github.com/mutantturkey/FlyTracking
mutantturkey
2012-07-20
fixed formatting, removed cruft, fixed giant memory leak
mutantturkey
2012-07-19
added missing iterator
John Morrison
2012-07-18
updated scripts
mutantturkey
2012-07-18
updated makefile to fit the new name of standard-deviaton
mutantturkey
2012-07-18
fix nasty leak that was slowing down performance a LOT
mutantturkey
2012-07-17
fix indentation in FilterFlyMask
mutantturkey
2012-07-16
fixed iterator bug
mutantturkey
2012-07-16
okay properly format FlyTrackingMain.cpp
mutantturkey
2012-07-16
fixed some formatting errors with cpplint.py
mutantturkey
2012-07-09
fixed getops, remove old comments and checks as well as fixing a output ↵
mutantturkey
formatting error
2012-07-06
fixed getops
mutantturkey
[next]