compute_haar_matrix.m

来自「我找到的matlab的最新工具箱」· M 代码 · 共 12 行

M
12
字号
function M = compute_haar_matrix(w,Jmin, options)

% compute_haar_matrix - compute the haar matrix for a 2D haar transform.
%
%	M = compute_haar_matrix(w,Jmin);
%
% if options.ndims = 2 (default) : 2D transform
%	w is the size of the square (so that M is a transform matrix
%	of size w^2 x w^2).
% if options.ndims = 1 : 1D transform
%
%   Copyright (c) 2005 Gabriel Peyr

⌨️ 快捷键说明

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