perform_wavelet_arithmetic_coding.m
来自「我找到的matlab的最新工具箱」· M 代码 · 共 10 行
M
10 行
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 + =
减小字号Ctrl + -
显示快捷键?