2008-05-23 Joseph Schlecht Version 1.2.0 * Major changes to model parameter abstraction, again. This time a much more flexible object model has replaced the table model. 2008-05-13 Joseph Schlecht Version 1.1.1 * Replaced program timing abstraction with one that is a bit more intuitive and less annoying. * Improved the log likelihood calculation in a couple of ways: Every pixel in the image is assigned to one of four likelihood components (edges, background, noise or missing data). This seems to have made a marked improvement in convergence of the sampler(s). * Added a log likelihood assignment matrix that maps which pixels are assigned to each component in the likelihood (edges, background, noise or missing data). Added support to render the assignment matrix in the interactive programs. * Fixed the info plot scripts to use the correct sed commend for ignoring temporary garbage output by the C++ file streams. Since the program timers were changed, the order of output in the info files was rearranged; the info plot scripts were updated to reflect this. * Transitioned licensing from GNU GPL to Creative Commons. 2008-04-08 Joseph Schlecht Version 1.1.0 * Major changes to model parameter abstraction. It is now much easier to generically iterate over model parameters and execute inference routines. 2008-03-19 Joseph Schlecht Version 1.0.0 * ECCV submission. 2007-07-09 Joseph Schlecht Version 0.1.2 * Changed the table model so that its surface can be changed while either shifting the position of its legs or not shifting them. * Added table moves to change the table surface width and length from the center or either end. 2007-05-24 Joseph Schlecht Version 0.1.1 * Updated to use the new Edge_set structure in the edge detection routines. Improved the verification process to use projected lines from the model structures (blocks). 2007-05-07 Joseph Schlecht Version 0.1.0 * Table sampler functionally complete, but major improvements in the verification process need to be done. 2007-01-15 Joseph Schlecht Version 0.0.2 * Converted project to svn. 2006-07-09 Joseph Schlecht Version 0.0.1 * Project begins.