Table of Contents

NAME

QccWAVSubbandPyramidRasterScan, QccWAVSubbandPyramidInverseRasterScan - raster scanning of subband-pyramid subbands

SYNOPSIS

#include "libQccPack.h"

int QccWAVSubbandPyramidRasterScan(const QccWAVSubbandPyramid *subband_pyramid, QccVector scanned_coefficients);
int QccWAVSubbandPyramidInverseRasterScan(QccWAVSubbandPyramid *subband_pyramid, const QccVector scanned_coefficients);

DESCRIPTION

QccWAVSubbandPyramidRasterScan() performs a raster scan on each subband in subband_pyramid, returning the scanned coefficients in scanned_coefficients. Each subband is scanned from upper left to lower right, and the subbands are scanned starting with the baseband and going to the highest-frequency subbands.

QccWAVSubbandPyramidInverseRasterScan() reverses the raster-scan process, filling subband_pyramid with the cofficients from scanned_coefficients.

For both of these routines, subband_pyramid and scanned_coefficients must be allocated before the routines are called.

RETURN VALUES

These routines return 0 on success and 1 on error.

SEE ALSO

QccWAVSubbandPyramid(3) , QccWAVWavelet(3) , QccPackWAV(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads