1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected almost 3 years ago.
May 31, 2020 — May 31, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Added possibility to save the histograms with one line per entry which is turned off by default. This is convenient with evaluation purposes (e.g. with gnuplot) More... over 16 years ago
* Added *.bak to svn:ignore More... over 16 years ago
* Added *.bak to svn:ignore More... over 16 years ago
* Added Glade project files for Firestation More... over 16 years ago
* Added Glade project files for Firestation More... over 16 years ago
* Initial check-in of the a new Firestation. * Some things work, more things do probably not work, and even more things are still missing... More... over 16 years ago
* Initial check-in of the a new Firestation. * Some things work, more things do probably not work, and even more things are still missing... More... over 16 years ago
* Internal changes that affect the way the histograms are managed. Now, associative arrays (maps) are used to store the histograms for the different objects. Formerly, this was done using vectors and the order in which histograms were added had to exactly resemble the order in which their types were mentionend in the enum hint_t. * De facto, colormaps were only generated for a single foreground object. Every pixel that does not belong to the foreground object is considered background. With this in mind, the method to fill the histograms with new data (consider()) was optimized. * Since we want to train more colors and not only the color of the ball it is now possible to specify what foreground object is trained in the ctor of the BayesColorLutGenerator. More... over 16 years ago
* Internal changes that affect the way the histograms are managed. Now, associative arrays (maps) are used to store the histograms for the different objects. Formerly, this was done using vectors and the order in which histograms were added had to exactly resemble the order in which their types were mentionend in the enum hint_t. * De facto, colormaps were only generated for a single foreground object. Every pixel that does not belong to the foreground object is considered background. With this in mind, the method to fill the histograms with new data (consider()) was optimized. * Since we want to train more colors and not only the color of the ball it is now possible to specify what foreground object is trained in the ctor of the BayesColorLutGenerator. More... over 16 years ago
Disable reset bus More... over 16 years ago
Disable reset bus More... over 16 years ago
Fix finalization. More... over 16 years ago
Fix finalization. More... over 16 years ago
prepare_finalize()/loop() concurrency, stop before finalize() More... over 16 years ago
prepare_finalize()/loop() concurrency, stop before finalize() More... over 16 years ago
There is only one message sent with the surface information of the triangulation for the gui. More... over 16 years ago
There is only one message sent with the surface information of the triangulation for the gui. More... over 16 years ago
Fixed double free More... over 16 years ago
Fixed double free More... over 16 years ago
Discarded the udb stuff. More... over 16 years ago
Discarded the udb stuff. More... over 16 years ago
Removed debugging output More... over 16 years ago
Removed debugging output More... over 16 years ago
Never use exit()! More... over 16 years ago
Never use exit()! More... over 16 years ago
Added a pause to the navigator network thread for saving transmissions. If the network thread does not wait, the GUI might not receive anyhing. More... over 16 years ago
Added a pause to the navigator network thread for saving transmissions. If the network thread does not wait, the GUI might not receive anyhing. More... over 16 years ago
Finalization now mutual exclusive with loop run More... over 16 years ago
Finalization now mutual exclusive with loop run More... over 16 years ago
Updated QA apps More... over 16 years ago