[Wavelet-commit] Wavelet/WImage AviReader.hh,1.6,1.7 AviWriter.hh,1.3,1.4 CoeffInformation.hh,1.3,1.
Status: Beta
Brought to you by:
herbert
Update of /cvsroot/wavelet/Wavelet/WImage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21335/WImage Modified Files: AviReader.hh AviWriter.hh CoeffInformation.hh ColorBuffer.hh ColorImage.hh ColorVideo.hh ColumnVector.hh FileName.hh FullVector.hh GreymapFile.hh GreymapReader.hh GreymapWriter.hh Image.hh ImageArray.hh ImageVector.hh JpgReader.hh JpgWriter.hh PfcReader.hh PfcWriter.hh PfgReader.hh PfgWriter.hh PgmReader.hh PgmWriter.hh PixmapFile.hh PixmapReader.hh PixmapWriter.hh PpmReader.hh PpmWriter.hh RawReader.hh RawWriter.hh ReferenceVector.hh RowVector.hh StillImage.hh VidReader.hh VidWriter.hh VideoArray.hh VideoFile.hh VideoFrame.hh VideoReader.hh VideoWriter.hh Log Message: Fixed doxygen documentation. Index: PfgWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PfgWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PfgWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PfgWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PfgWriter * A PFG image file writer. Dimensions are known from the {\em ImageArray} * object. Only grey-scale PFGs are supported. --- 17,20 ---- Index: RawWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/RawWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RawWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- RawWriter.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class RawWriter * A RAW image file writer. Dimensions are known from the {\em ImageArray} * object. --- 17,20 ---- Index: AviReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/AviReader.hh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** AviReader.hh 3 Jun 2005 14:02:03 -0000 1.6 --- AviReader.hh 12 Jul 2005 14:52:18 -0000 1.7 *************** *** 17,21 **** /** - * @class AviReader * An AVI file reader. Only uncompressed AVIs are supported. */ --- 17,20 ---- Index: FileName.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/FileName.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FileName.hh 3 Jun 2005 14:02:03 -0000 1.3 --- FileName.hh 12 Jul 2005 14:52:18 -0000 1.4 *************** *** 23,27 **** /** - * @class FileName * File names. This splits a DOS- or Unix-like filespec into its * parts (dir, name without extension, extension) and guesses what --- 23,26 ---- Index: JpgWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/JpgWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JpgWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- JpgWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class JpgWriter * A JPG image file writer. Dimensions are known from the {\em Image} * object. Only JPG version 6 is supported. --- 17,20 ---- Index: ColumnVector.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ColumnVector.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ColumnVector.hh 3 Jun 2005 14:02:03 -0000 1.2 --- ColumnVector.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class ColumnVector * Column-reference. A reference to a two-dimensional array's column. */ --- 17,20 ---- Index: ColorVideo.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ColorVideo.hh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ColorVideo.hh 3 Jun 2005 14:02:03 -0000 1.9 --- ColorVideo.hh 12 Jul 2005 14:52:18 -0000 1.10 *************** *** 18,22 **** /** - * @class ColorVideo * An wrapper for videos containing several color components. * Objects may import and export different video formats, --- 18,21 ---- Index: GreymapWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/GreymapWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GreymapWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- GreymapWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class GreymapWriter * An abstract image writer. The image is being written putting its content * from an {\em ImageArray} object into the file. A reference to the object --- 17,20 ---- Index: VideoArray.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VideoArray.hh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** VideoArray.hh 3 Jun 2005 14:02:04 -0000 1.5 --- VideoArray.hh 12 Jul 2005 14:52:19 -0000 1.6 *************** *** 17,21 **** /** - * @class VideoArray * A two-dimensional array wrapper. This allows us to access the video's * pixels or coefficients and provides some utility methods. It is the --- 17,20 ---- Index: VideoWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VideoWriter.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** VideoWriter.hh 3 Jun 2005 14:02:04 -0000 1.3 --- VideoWriter.hh 12 Jul 2005 14:52:19 -0000 1.4 *************** *** 17,21 **** /** - * @class VideoWriter * An abstract video writer. The video is being written putting its content * from an array of greyscale video objects into the file. --- 17,20 ---- Index: GreymapFile.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/GreymapFile.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GreymapFile.hh 3 Jun 2005 14:02:03 -0000 1.2 --- GreymapFile.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 18,22 **** /** - * @class GreymapFile * An abstract image file. A framework to create readers and writers on * any greyscale images. --- 18,21 ---- Index: GreymapReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/GreymapReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GreymapReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- GreymapReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 18,22 **** /** - * @class GreymapReader * An abstract greyscale image reader. The image is being read putting its * content into an {\em ImageArray} object. A reference to such an object is --- 18,21 ---- Index: FullVector.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/FullVector.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FullVector.hh 3 Jun 2005 14:02:03 -0000 1.2 --- FullVector.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class FullVector * Full reference. A reference to a one-dimensional array. */ --- 17,20 ---- Index: PfgReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PfgReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PfgReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PfgReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PfgReader * A PFG file reader. Only grey-scale PFGs are supported. */ --- 17,20 ---- Index: PixmapReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PixmapReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PixmapReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PixmapReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 18,22 **** /** - * @class PixmapReader * An abstract color image reader. The image is being read putting its * color channels into separate greyscale image objects. --- 18,21 ---- Index: VideoReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VideoReader.hh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** VideoReader.hh 3 Jun 2005 14:02:04 -0000 1.4 --- VideoReader.hh 12 Jul 2005 14:52:19 -0000 1.5 *************** *** 18,22 **** /** - * @class VideoReader * An abstract color video reader. The video is being read putting its * color channels into separate greyscale video objects. --- 18,21 ---- Index: PpmReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PpmReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PpmReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PpmReader.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class PpmReader * A PPM file reader. Only PPMs version 6 are supported. */ --- 17,20 ---- Index: StillImage.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/StillImage.hh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** StillImage.hh 3 Jun 2005 14:02:03 -0000 1.4 --- StillImage.hh 12 Jul 2005 14:52:19 -0000 1.5 *************** *** 17,21 **** /** - * @class StillImage * A still image. A (grey-scale) two-dimensional image. */ --- 17,20 ---- Index: VideoFrame.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VideoFrame.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** VideoFrame.hh 3 Jun 2005 14:02:04 -0000 1.2 --- VideoFrame.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 18,22 **** /** - * @class VideoFrame * A video frame in black-white. Almost identical to StillImage, contains * some optimization stuff for videos. --- 18,21 ---- Index: ColorImage.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ColorImage.hh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ColorImage.hh 3 Jun 2005 14:02:03 -0000 1.4 --- ColorImage.hh 12 Jul 2005 14:52:18 -0000 1.5 *************** *** 18,22 **** /** - * @class ColorImage * An image wrapper for bitmap images of three color components. * Objects may import and export different bitmap formats, --- 18,21 ---- Index: VidWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VidWriter.hh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** VidWriter.hh 3 Jun 2005 14:02:04 -0000 1.4 --- VidWriter.hh 12 Jul 2005 14:52:19 -0000 1.5 *************** *** 17,21 **** /** - * @class VidWriter * A VID video file writer. Dimensions are known from the {\em Image} * object. --- 17,20 ---- Index: PgmWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PgmWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgmWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PgmWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PgmWriter * A PGM image file writer. Dimensions are known from the {\em ImageArray} * object. Only PGM version 5 is supported. --- 17,20 ---- Index: RowVector.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/RowVector.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RowVector.hh 3 Jun 2005 14:02:03 -0000 1.2 --- RowVector.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class RowVector * Row-reference. A reference to a two-dimensional array's row. */ --- 17,20 ---- Index: RawReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/RawReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RawReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- RawReader.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 16,20 **** * @{ */ /** - * @class RawReader * A RAW file reader. Dimensions and a read offset can be specified * through additional arguments to the constructor or through some methods. --- 16,19 ---- Index: JpgReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/JpgReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JpgReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- JpgReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class JpgReader * A JPG file reader. Only JPGs version 6 are supported. * --- 17,20 ---- Index: VidReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VidReader.hh,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** VidReader.hh 3 Jun 2005 14:02:03 -0000 1.6 --- VidReader.hh 12 Jul 2005 14:52:19 -0000 1.7 *************** *** 17,21 **** /** - * @class VidReader * A VID file reader. */ --- 17,20 ---- Index: Image.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/Image.hh,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Image.hh 3 Jun 2005 14:02:03 -0000 1.9 --- Image.hh 12 Jul 2005 14:52:18 -0000 1.10 *************** *** 24,28 **** /** - * @class Image * An image (abstract). A (grey-scale) more-than-one-dimensional image. */ --- 24,27 ---- Index: ColorBuffer.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ColorBuffer.hh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ColorBuffer.hh 3 Jun 2005 14:02:03 -0000 1.5 --- ColorBuffer.hh 12 Jul 2005 14:52:18 -0000 1.6 *************** *** 17,21 **** /** - * @class ColorBuffer * An abstract wrapper for color images and videos. */ --- 17,20 ---- Index: AviWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/AviWriter.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AviWriter.hh 3 Jun 2005 14:02:03 -0000 1.3 --- AviWriter.hh 12 Jul 2005 14:52:18 -0000 1.4 *************** *** 17,21 **** /** - * @class AviWriter * A AVI image file writer. */ --- 17,20 ---- Index: CoeffInformation.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/CoeffInformation.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CoeffInformation.hh 3 Jun 2005 14:02:03 -0000 1.3 --- CoeffInformation.hh 12 Jul 2005 14:52:18 -0000 1.4 *************** *** 17,21 **** /** - * @class CoeffInformation * Coefficient information. The information consists of value, x-offset, * y-offset and absolute offset. This is used for statistics and to obtain --- 17,20 ---- Index: ImageVector.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ImageVector.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ImageVector.hh 3 Jun 2005 14:02:03 -0000 1.2 --- ImageVector.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 19,23 **** /** - * @class ImageVector * Pseudo-vector (abstract) for use with two-dimensional objects, like * images. Provide a two-dimensional array's rows and columns as --- 19,22 ---- Index: VideoFile.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/VideoFile.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** VideoFile.hh 3 Jun 2005 14:02:04 -0000 1.2 --- VideoFile.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 18,22 **** /** - * @class VideoFile * An abstract image file. A framework to create readers and writers on * any color images. --- 18,21 ---- Index: ImageArray.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ImageArray.hh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ImageArray.hh 3 Jun 2005 14:02:03 -0000 1.3 --- ImageArray.hh 12 Jul 2005 14:52:18 -0000 1.4 *************** *** 17,21 **** /** - * @class ImageArray * A two-dimensional array wrapper. This allows us to access the image's * pixels or coefficients and provides some utility methods. It is the --- 17,20 ---- Index: PfcWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PfcWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PfcWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PfcWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 16,20 **** * @{ */ /** - * @class PfcWriter * A PFC image file writer. Dimensions are known from the {\em Image} * object. Only PFC version 6 is supported. --- 16,19 ---- Index: PgmReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PgmReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PgmReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PgmReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PgmReader * A PGM file reader. Only PGMs version 5 are supported. */ --- 17,20 ---- Index: ReferenceVector.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/ReferenceVector.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ReferenceVector.hh 3 Jun 2005 14:02:03 -0000 1.2 --- ReferenceVector.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class ReferenceVector * Pseudo-vector (abstract). Provide a two-dimensional array's * rows and columns as vectors with array addressing. --- 17,20 ---- Index: PixmapFile.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PixmapFile.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PixmapFile.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PixmapFile.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 18,22 **** /** - * @class PixmapFile * An abstract image file. A framework to create readers and writers on * any color images. --- 18,21 ---- Index: PixmapWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PixmapWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PixmapWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PixmapWriter.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PixmapWriter * An abstract image writer. The image is being written putting its content * from an array of greyscale image objects into the file. --- 17,20 ---- Index: PpmWriter.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PpmWriter.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PpmWriter.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PpmWriter.hh 12 Jul 2005 14:52:19 -0000 1.3 *************** *** 17,21 **** /** - * @class PpmWriter * A PPM image file writer. Dimensions are known from the {\em Image} * object. Only PPM version 6 is supported. --- 17,20 ---- Index: PfcReader.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/PfcReader.hh,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PfcReader.hh 3 Jun 2005 14:02:03 -0000 1.2 --- PfcReader.hh 12 Jul 2005 14:52:18 -0000 1.3 *************** *** 17,21 **** /** - * @class PfcReader * A PFC file reader. Only PFCs version 6 are supported. */ --- 17,20 ---- |