代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/255695/12064472
pdf b12. an analysis and efficient implementation of half-pel motion estimation.pdf
www.eeworm.com/read/255695/12064474
pdf a5. dct-based adaptive thresholding algorithm for binary motion estimation.pdf
www.eeworm.com/read/255695/12064492
pdf a2. hexagon-based search pattern for fast block motion estimation.pdf
www.eeworm.com/read/255695/12064498
pdf a6. model-based global and local motion estimation for videoconference sequences.pdf
www.eeworm.com/read/230820/14273238
pdf robust adaptive time delay estimation for speaker localization in noisy and reverberant acoustic environments.pdf
www.eeworm.com/read/194941/8183345
pdf signal and noise estimation from seismic reflection data using spectral coherence methods.pdf
www.eeworm.com/read/430235/8760716
m bivashrink123.m
function y = BivaShrink123(x)
% Local Adaptive Image Denoising Algorithm
%---同时用到父层系数和邻域系数信息,是一种三维的萎缩函数---
% Usage :
% y = BivaShrink123(x)
% INPUT :
% x - a noisy image
% OUTPUT
www.eeworm.com/read/430235/8760724
m denoising_lawmlshrink.m
function y = denoising_LAWMLShrink(x)
% Local Adaptive Image Denoising Algorithm
% Usage :
% y = denoising_LAWMLShrink(x)
% INPUT :
% x - a noisy image
% OUTPUT :
% y - the
www.eeworm.com/read/430235/8760730
m denoising_bayesshrink.m
function y = denoising_BayesShrink(x)
% Local Adaptive Image Denoising Algorithm
% Usage :
% y = denoising_BayesShrink(x)
% INPUT :
% x - a noisy image
% OUTPUT :
% y - the
www.eeworm.com/read/430235/8760737
m bivashrink13.m
function y = BivaShrink13(x)
% Local Adaptive Image Denoising Algorithm
%---这里把y2不看作父层系数,而是领域系数---
% Usage :
% y = BivaShrink13(x)
% INPUT :
% x - a noisy image
% OUTPUT :
%