代码搜索:blurring
找到约 37 项符合「blurring」的源代码
代码结果 37
www.eeworm.com/read/297947/7984250
m perform_blurring.m
function M = perform_blurring(M, sigma, options)
% perform_blurring - gaussian blurs an image
%
% M = perform_blurring(M, sigma, options);
%
% M is the original data
% sigma is the width of blu
www.eeworm.com/read/297947/7984573
m ._perform_blurring.m
www.eeworm.com/read/474583/6812916
m perform_blurring.m
function M = perform_blurring(M, sigma, options)
% perform_blurring - gaussian blurs an image
%
% M = perform_blurring(M, sigma, options);
%
% M is the original data
% sigma is the width of blu
www.eeworm.com/read/474583/6813092
sci perform_blurring.sci
function M = perform_blurring(M, sigma, options)
// perform_blurring - gaussian blurs an image
//
// M = perform_blurring(M, sigma, options);
//
// M is the original data
// sigma is the width
www.eeworm.com/read/297947/7984455
m perform_varying_blurring.m
function M = perform_varying_blurring(M, Sigma, options)
% perform_varying_blurring - perform a spacially varying gaussian blurring
%
% M = perform_varying_blurring(M, Sigma, options);
%
% Sigma(
www.eeworm.com/read/297947/7984538
m ._perform_varying_blurring.m
www.eeworm.com/read/403190/2314776
svn-base perform_blurring.m.svn-base
function M = perform_blurring(M, sigma, options)
% perform_blurring - gaussian blurs an image
%
% M = perform_blurring(M, sigma, options);
%
% M is the original data
% sigma is the width of blu
www.eeworm.com/read/474583/6812971
svn-base perform_blurring.m.svn-base
function M = perform_blurring(M, sigma, options)
% perform_blurring - gaussian blurs an image
%
% M = perform_blurring(M, sigma, options);
%
% M is the original data
% sigma is the width of blu
www.eeworm.com/read/474583/6812992
svn-base perform_blurring.sci.svn-base
function M = perform_blurring(M, sigma, options)
// perform_blurring - gaussian blurs an image
//
// M = perform_blurring(M, sigma, options);
//
// M is the original data
// sigma is the width
www.eeworm.com/read/127767/14336014
txt e677. blurring a buffered image.txt
This example demonstrates a 3x3 kernel that blurs an image.
Kernel kernel = new Kernel(3, 3,
new float[] {
1f/9f, 1f/9f, 1f/9f,
1f/9f, 1f/9f, 1f/9f,