evaluate_nbr_bits.m

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

M
12
字号
function m = evaluate_nbr_bits(M,T)

% evaluate_nbr_bits - evaluate the number of bits to code an image
%
%   m = evaluate_nbr_bits(M)
%
%   nbr_bit is a lower bound (Shanon entropy bound) on the number 
%       of bits needed to code the wavelet image.
%
%   Works also with cell array of matrix.
%
%   Copyright (c) 2004 Gabriel Peyr

⌨️ 快捷键说明

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