Table of Contents
QccWAVSubbandPyramidRead, QccWAVSubbandPyramidWrite - read/write
subband pyramid to/from file
#include "libQccPack.h"
int QccWAVSubbandPyramidRead(QccWAVSubbandPyramid
*subband_pyramid);
int QccWAVSubbandPyramidWrite(const QccWAVSubbandPyramid
*subband_pyramid);
QccWAVSubbandPyramidRead() reads a QccWAVSubbandPyramid
structure from a file; the filename of the SBP-format file to be read
must be stored as subband_pyramid->filename.
QccWAVSubbandPyramidWrite()
writes a QccWAVSubbandPyramid structure to a file; the filename of the
SBP-format file to be written must be stored as subband_pyramid->filename.
Both QccWAVSubbandPyramidRead() and QccWAVSubbandPyramidWrite()
return 0 on success and 1 on error.
QccWAVSubbandPyramid(3)
,
QccPackWAV(3)
, QccPack(3)
M. Antonini, M. Barlaud, P. Mathieu, and I. Daubechies,
"Image Coding Using Wavelet Transform," IEEE Transactions on Image Processing,
vol. 1, pp. 205-220, April 1992.
Copyright (C) 1997-2021 James E. Fowler
Table of Contents