[Wavelet-commit] Wavelet/WTools Histogram.hh,1.2,1.3 ImageComparison.hh,1.3,1.4 ImageDenoiser.hh,1.2
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2005-07-12 14:52:30
|
Update of /cvsroot/wavelet/Wavelet/WTools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21335/WTools Modified Files: Histogram.hh ImageComparison.hh ImageDenoiser.hh ImageInformation.hh NTree.hh PyramidTree.hh Log Message: Fixed doxygen documentation. Index: NTree.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/NTree.hh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NTree.hh 3 Jun 2005 14:02:04 -0000 1.5 --- NTree.hh 12 Jul 2005 14:52:19 -0000 1.6 *************** *** 23,27 **** /** - * @class NTree * A class for n-ary trees. Rather relaxed attitude towards position * checking; crashes are avoided but errors not always flagged! --- 23,26 ---- Index: Histogram.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/Histogram.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Histogram.hh 3 Jun 2005 14:02:04 -0000 1.2 --- Histogram.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class Histogram * A class for histograms. */ --- 17,20 ---- Index: ImageComparison.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/ImageComparison.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ImageComparison.hh 3 Jun 2005 14:02:04 -0000 1.3 --- ImageComparison.hh 12 Jul 2005 14:52:19 -0000 1.4 *************** *** 36,40 **** /** - * @class ImageComparison * A class for differences between two images */ --- 36,39 ---- Index: ImageInformation.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/ImageInformation.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ImageInformation.hh 3 Jun 2005 14:02:04 -0000 1.3 --- ImageInformation.hh 12 Jul 2005 14:52:19 -0000 1.4 *************** *** 29,33 **** /** - * @class ImageInformation * Image information. The information consists coefficient information * nodes, so the original image can be reconstructed from this. Tool --- 29,32 ---- Index: PyramidTree.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/PyramidTree.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PyramidTree.hh 3 Jun 2005 14:02:04 -0000 1.3 --- PyramidTree.hh 12 Jul 2005 14:52:19 -0000 1.4 *************** *** 19,23 **** /** - * @class PyramidTree * A class for pyramid trees. Rather relaxed attitude towards position * checking; crashes are avoided but errors not always flagged! --- 19,22 ---- Index: ImageDenoiser.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WTools/ImageDenoiser.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ImageDenoiser.hh 3 Jun 2005 14:02:04 -0000 1.2 --- ImageDenoiser.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 32,36 **** /** - * @class ImageDenoiser * A simple DWT-based image denoiser. It uses the same tree structure as in * Shapiro's Zerotree compression algorithm. Denoising means reducing the --- 32,35 ---- |