📄 evaluate_nbr_bits.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -