plot_wavelet_quadtree.m

来自「该程序包为用MATLAB编写的一个实现小波变换的工具箱」· M 代码 · 共 11 行

M
11
字号
function plot_wavelet_quadtree(QT,Theta,j,q,M, plot_type)

% plot_wavelet_quadtree - plot a quadtree at a given wavelet level.
%
%   plot_wavelet_quadtree(QT,Theta,j,q,M, plot_type);
%
%   M is a wavelet transformed image.
%   QT and Theta are computed using the function 
%        [QT,Theta] = compute_wavelet_quadtree(M,Jmin,T,j_min,j_max,s);
%
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?