Update of /cvsroot/wavelet/Wavelet/WImage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13344/WImage
Modified Files:
Image.hh
Log Message:
Doxygen fixes.
Index: Image.hh
===================================================================
RCS file: /cvsroot/wavelet/Wavelet/WImage/Image.hh,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Image.hh 14 Jul 2005 17:06:19 -0000 1.14
--- Image.hh 19 Jul 2005 08:41:06 -0000 1.15
***************
*** 195,200 ****
* @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 ,int xsize = -1,int norm = 255);
/** Perform a histogram equalisation.
--- 195,201 ----
* @return
* the gamma value - (use it to undo operation if needed) */
! double gammaCorrectionAuto (int rows, int columns, int yoffs = 0,
! int xoffs = 0, int ysize = -1,int xsize = -1,
! int norm = 255);
/** Perform a histogram equalisation.
***************
*** 205,209 ****
* for Haar non LL Level 1.
* Code provided by Johan Ehlers.
! * @waring
* Use unnormalised coefficients else the operation has un-determinable
* results.
--- 206,210 ----
* for Haar non LL Level 1.
* Code provided by Johan Ehlers.
! * @warning
* Use unnormalised coefficients else the operation has un-determinable
* results.
|