[Wavelet-commit] Wavelet/WImage Image.hh,1.11,1.12
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2005-07-13 13:15:15
|
Update of /cvsroot/wavelet/Wavelet/WImage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29349/WImage Modified Files: Image.hh Log Message: Changes to Image::gammaCorrection(), it should now be faster even if the color range is beyond [0..255]. Removed CRs from line ends in pgmequalize.cc. Index: Image.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/Image.hh,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Image.hh 13 Jul 2005 12:13:23 -0000 1.11 --- Image.hh 13 Jul 2005 13:15:06 -0000 1.12 *************** *** 188,192 **** * Horizontal size * @return ! * the gamma value - ( use it to undo operation if need be )*/ double gammaCorrectionAuto ( int row , int columns , int yoffs = 0 , int xoffs = 0 , int ysize = -1 , --- 188,192 ---- * Horizontal size * @return ! * the gamma value - (use it to undo operation if needed) */ double gammaCorrectionAuto ( int row , int columns , int yoffs = 0 , int xoffs = 0 , int ysize = -1 , |