📄 perform_wavelet_arithmetic_coding.m
字号:
function [y,nbr_bits] = perform_wavelet_arithmetic_coding(x, Jmin, dir, T, options)
% perform_wavelet_arithmetic_coding - arithmetic code a wavelet transformed image.
%
% [y,nbr_bits] = perform_wavelet_arithmetic_coding(x, Jmin, dir, T, options);
%
% This will calls the function perform_arithmetic_coding.
% Use options.coding_mode to specify some special ordering.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -