diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-05-09 03:44:23 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-05-09 03:44:23 (GMT) |
commit | d7e8121f06c97858ffc59cd2582190e33f7438ca (patch) | |
tree | 789957ccbc72a5b32b07614988307b70c2f847e3 /ChangeLog | |
parent | ed3ea321aeec1cc4ff0a5d148894afbd79fb7281 (diff) | |
download | tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.zip tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.gz tcl-d7e8121f06c97858ffc59cd2582190e33f7438ca.tar.bz2 |
* Makefile:
Restored compilability of 'stitcher.exe' on vc2k5.
* cameraparams.h:
* compressor.cpp:
* imageDirectory.h:
* stitchEngine.h:
* stitcher.cpp:
Added computation of Brenner gradient and median of
several images to allow for computation of white balance
on the fly.
Replaced a lot of 'unsigned' quantities with 'int' to avoid
surprises on overflow.
Turned the images to run in X-major order again. This
requires a 64-bit machine for the larger images, but is
considerably more cache-friendly, and reduces stitch times
of the smaller images by nearly half.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-05-09 Kevin B. Kenny <kennykb@acm.org> + + * tests/dict.test (dict-19.2): Corrected a bug where + the test was changed to use [apply] instead of a temporary + proc, but the cleanup script still attempted to delete + the temporary proc. + 2008-05-07 Donal K. Fellows <dkf@cspool38.cs.man.ac.uk> * generic/tclCompCmds.c (TclCompileDictAppendCmd): Fix silly |