perform_jp2k_degradation.m
来自「This document is intended to serve as an」· M 代码 · 共 12 行
M
12 行
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 + =
减小字号Ctrl + -
显示快捷键?