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
path:
root
/
fly-tools
/
background
Age
Commit message (
Collapse
)
Author
2012-10-24
fixed bug in background deriver when input files have a space. Using getline ↵
mutantturkey
instead of the >> operator solves the problem
2012-10-10
clean up our background deriver, delete exra spaces
mutantturkey
2012-10-01
use the C++/openCV version of our background generator now, delete the old C ↵
mutantturkey
implementation and updated the makefile accordingly
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
fixed logical error in height/width check
mutantturkey
2012-07-18
fix nasty leak that was slowing down performance a LOT
mutantturkey
2012-07-16
fixed iterator bug
mutantturkey
2012-07-05
okay rewind won't work because at a EOF we cannot rewind
mutantturkey
2012-07-05
got rid of extra x and y variables, fixed our fopen, though there is still a ↵
mutantturkey
problem with it
2012-07-05
remove the need for a sample file by just reading the first item in the ↵
mutantturkey
list, and use rewind to avoid re-opening the input file
2012-07-05
rewrite of the histogram, don't use gsl, also calculate pointers instead of ↵
mutantturkey
an explicit array, reduces memory usage by like a zillion percent
2012-07-03
actually calculate the histogram correctly...
mutantturkey
2012-07-03
formatting and added a flag to the background deriver
mutantturkey
2012-07-02
implemented getopts
mutantturkey
2012-07-02
moved pixel.c to main.c
mutantturkey
2012-07-02
updated makefile
mutantturkey