Age | Commit message (Expand) | Author |
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 returne... | mutantturkey |
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 | fixed formatting, removed cruft, fixed giant memory leak | 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 forma... | mutantturkey |
2012-07-06 | fixed getops | mutantturkey |
2012-07-06 | initial implement of getops, still need to check properly | mutantturkey |
2012-07-06 | remove extra a.out | mutantturkey |
2012-07-06 | renamed standard-deviation folder to std-deviation to avoid conflict with bin... | mutantturkey |
2012-07-06 | update the Makefile | mutantturkey |
2012-07-06 | starting to clean up, fix a header with newer g++ (4.3) | mutantturkey |
2012-07-06 | original import of the standard deviation utility | 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 |
2012-07-05 | clean up mask generator | mutantturkey |
2012-07-05 | update the makefile to no longer depend on gsl | mutantturkey |
2012-07-05 | remove the need for a sample file by just reading the first item in the list,... | mutantturkey |
2012-07-05 | rewrite of the histogram, don't use gsl, also calculate pointers instead of a... | mutantturkey |
2012-07-03 | remove stray file | mutantturkey |
2012-07-03 | actually calculate the histogram correctly... | mutantturkey |
2012-07-03 | formatting and added a flag to the background deriver | mutantturkey |
2012-07-03 | makefile | mutantturkey |
2012-07-02 | added an median based background deriver | mutantturkey |
2012-07-02 | update readme | mutantturkey |
2012-07-02 | implemented getopts | mutantturkey |
2012-07-02 | moved pixel.c to main.c | mutantturkey |
2012-07-02 | updated makefile | mutantturkey |
2012-07-02 | Added todo to derive-background | mutantturkey |
2012-07-02 | Updated readme | mutantturkey |
2012-07-02 | code cleanups, all values will be positive - so don't check - should benefit ... | mutantturkey |
2012-07-01 | it finally works | mutantturkey |
2012-06-29 | it's alive | mutantturkey |
2012-06-29 | segfaulting on the SetPixelColor | mutantturkey |
2012-06-29 | :( | mutantturkey |
2012-06-28 | ok use argv[2] for first file | mutantturkey |
2012-06-28 | no segfaults anymore :-) | mutantturkey |