0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 7 months ago.
Oct 09, 2022 — Oct 09, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
small change in docu More... about 21 years ago
new methods getIndexOfMaximum(), getIndexOfMinimum() More... about 21 years ago
alvarado: More documentation added. More... about 21 years ago
alvarado: Typo thing->think fixed. More... about 21 years ago
alvarado: Warning with implicit typename by add method fixed. More... about 21 years ago
wickel: changed default values to no-modify More... about 21 years ago
alvarado: SourceForge icon now at the bottom of the page. More... about 21 years ago
sltilib: Visual C++ couldn't cope with the "type& var(init);" syntax. Workaround added type& var=init; More... about 21 years ago
sltilib: Two errors fixed: 1. classes sqrType changed to struct, in order to make the typedef public 2. Visual C++ STL could not insert list elements into a vector, so that the node::add() method for lists needed to be reimplemented. More... about 21 years ago
sltilib: Explicit instantiation of abstract class produced a warning. Warning disabled. More... about 21 years ago
harte: Much more documentation added More... about 21 years ago
weiler: verry little monday morning bug fix More... about 21 years ago
alvarado: Clean targed added. More... about 21 years ago
alvarado: Missing inconsistency check added, for detected blobs segments the are isolated pixels More... about 21 years ago
alvarado: Link to SourceForge icon changed. More... about 21 years ago
alvarado: Terminate also when the user closes the window. More... about 21 years ago
alvarado: Doxygen warnings fixed. More... about 21 years ago
wickel: added and corrected comments More... about 21 years ago
alvarado: loadImageList was already there. Now set in a small list together with the loadImage/saveImage functors. More... about 21 years ago
alvarado: Specialization for std::operator<< was wrong and did not compile properly. New version avoids previous problems. More... about 21 years ago
doerfler: two IO comments More... about 21 years ago
alvarado: send/received methods added for vector<ubyte>. Timeout is given now in ms (instead of previous too coarse s value). Little bit more documentation. More... about 21 years ago
alvarado: Timeout changed to the new serial object settings. More... about 21 years ago
alvarado: Which version of GTK is required? More... about 21 years ago
wickel: added target for calling "configure" More... about 21 years ago
alvarado: Now the use k-d trees to accelerate the search of the best fit. It is a factor 4 to 5 faster than before. More... about 21 years ago
wickel: added missing #include More... about 21 years ago
alvarado: specialization for std::operator<<(ostream) for vectors of byte and ubyte added, in order to avoid displaying the vector with seldom characters. Now the elements are casted to int before being streamed out More... about 21 years ago
alvarado: Bug building the tree fixed. More... about 21 years ago
alvarado: Missing instantiations of eigenSystem added. More... about 21 years ago