⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perform_jp2k_degradation.m

📁 This document is intended to serve as an introduction to Wavelet processing through a set of Matlab
💻 M
字号:
function [MW1,nbr_bits] = perform_jp2k_degradation(MW,Jmin,nbr_bits,M, bit_depth)

% perform_jp2k_degradation - perform coding/decoding of wavelet coefficients.
%
% MW1 = perform_jp2k_degradation(MW,Jmin,nbr_bits,M, bit_depth);
%
%   MW is the wavelet transform.
%   Jmin is the minimum scale.
%   nbr_bits is the target number of bits of the coded stream.
%   bit_depth is 8 for 0...255 valued images.
%
%   Copyright (c) 2006 Gabriel Peyr

⌨️ 快捷键说明

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