代码搜索:refinement
找到约 474 项符合「refinement」的源代码
代码结果 474
www.eeworm.com/read/439878/7697691
m func_decode_refine.m
function img_wavedata_dec = func_decode_refine(img_wavedata_dec, refinement, threshold, scan);
%
% img_wavedata_dec: input wavelet coefficients
% refinement: string containing refinement data ('0
www.eeworm.com/read/290963/8446538
m func_ezw_dec.m
function img_wavedata_dec = func_ezw_decode(dim, threshold, significance_map, refinement);
% dim: dimension of the wavelet matrix to reconstruct
% threshold: initial threshold used while encoding
www.eeworm.com/read/386253/8759913
m chip.m
function [res] = CHIP(rnd,r,x)
% This program is used by Iterative Refinement (Algorithm 7.4)
% to round or chop to a specific number of digits.
if x == 0
w = 0;
else
ee = fix(log10(abs(x)))
www.eeworm.com/read/386253/8760098
m chip.m
function [res] = CHIP(rnd,r,x)
% This program is used by Iterative Refinement (Algorithm 7.4)
% to round or chop to a specific number of digits.
if x == 0
w = 0;
else
ee = fix(log10(abs(x)))
www.eeworm.com/read/366250/9822813
h sei.h
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou
www.eeworm.com/read/425878/10312365
m func_ezw_dec.m
function img_wavedata_dec = func_ezw_decode(dim, threshold, significance_map, refinement);
% dim: dimension of the wavelet matrix to reconstruct
% threshold: initial threshold used while encoding
www.eeworm.com/read/439878/7697700
m func_ezw_dec.m
function img_wavedata_dec = func_ezw_decode(dim, threshold, significance_map, refinement);
% dim: dimension of the wavelet matrix to reconstruct
% threshold: initial threshold used while encoding
www.eeworm.com/read/140697/13066806
m chip.m
function [res] = CHIP(rnd,r,x)
% This program is used by Iterative Refinement (Algorithm 7.4)
% to round or chop to a specific number of digits.
if x == 0
w = 0;
else
ee = fix(log10(abs(x)))
www.eeworm.com/read/140697/13066990
m chip.m
function [res] = CHIP(rnd,r,x)
% This program is used by Iterative Refinement (Algorithm 7.4)
% to round or chop to a specific number of digits.
if x == 0
w = 0;
else
ee = fix(log10(abs(x)))
www.eeworm.com/read/304244/13797276
h sei.h
/**********************************************************************
* Software Copyright Licensing Disclaimer
*
* This software module was originally developed by contributors to the
* cou