convert_wavelet2vect.m
来自「我找到的matlab的最新工具箱」· M 代码 · 共 13 行
M
13 行
function y = convert_wavelet2vect(x, Jmin, coding_mode)
% convert_wavelet2vect - turn wavelet coefficients into a vector
%
% y = convert_wavelet2vect(x, Jmin, coding_mode);
%
% Turn a wavelet decomposition of an image into a vector, and reverse.
%
% coding_mode==1 : zig-zag ordering of each scale (respect both scale and space locality).
% coding_mode==2 : Pack each band at a time (keep only scale locality).
% coding_mode==3 : flush in line (destroy scale locality).
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?