<< BuildFBITree 2-d Wavelet- and Cosine- Packet Tools CP2dTour >>

Wavelab Toolbox >> Wavelab Toolbox > 2-d Wavelet- and Cosine- Packet Tools > CP2Tour

CP2Tour

Cosine Packet Analysis in Adaptively Chosen Basis

Calling Sequence

[bb,stats,coef] = CP2dTour(img,MaxDeep,titlestr)

Parameters

Inputs:

img :

2-d image; size n by n, n dyadic

MaxDeep:

integer; limit on max depth of tree in best basis search

titlestr:

string; name of signal

Outputs:

bb :

basis quadtree of best basis

stats :

stat quadtree of best basis

coef :

coefficients in best basis

Description

Perform an adaptive cosine packet analysis on the given image, selecting the best basis and then plotting the CP coefficients for this basis along with the image overlaid by its 2-d partition.

Authors

<< BuildFBITree 2-d Wavelet- and Cosine- Packet Tools CP2dTour >>