CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - salt pepper
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - salt pepper - List
[
Windows Develop
]
AdpMedianFilter
DL : 0
自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
Update
: 2008-10-13
Size
: 4.72mb
Publisher
:
王流
[
WEB Code
]
noise
DL : 0
noise image processing test gaussian salt pepper additive.非常容易的一个code
Update
: 2008-10-13
Size
: 1.57kb
Publisher
:
唐龙
[
2D Graphic
]
图像信噪比
DL : 0
salt & pepper gaussian Picture Signal Noise Ration (PSNR)
Update
: 2011-04-19
Size
: 1.78kb
Publisher
:
hcf2qq
[
Firewall-Security
]
信息隐藏攻击算法
DL : 0
信息隐藏的一种算法,使用matlab实现.mycompress.m JPEG有损压缩 mycrop.m 剪切 myhighpass.m 高通滤波器 mylowpass.m 低通滤波器 mynoise.m 高斯,椒盐噪声 myresize.m 放缩 myrotate.m 旋转 mywiener.m 维纳滤波 myattack.m 以上所有攻击的集合-information hidden an algorithm, using Matlab to achieve. JPEG Compression mycompress.m mycrop.m shear myhighpass.m high pass filter mylowpass.m lowpass filter mynoise.m Gaussian, salt and pepper noise myresize.m Zooming myrotate.m peacekeeping rotation mywiener.m Filtering myattack.m satisfied all of the above attacks pool
Update
: 2025-02-19
Size
: 732kb
Publisher
:
韩飞
[
Windows Develop
]
AdpMedianFilter
DL : 0
自适应中值滤波器,适用对象:椒盐噪声污染。-ADP Median Filter, suited for Salt&Pepper
Update
: 2025-02-19
Size
: 4.72mb
Publisher
:
王流
[
Communication-Mobile
]
3Matlab
DL : 0
程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 -code P0301 : digital image data matrix display and Fourier Transform P0302 : two-dimensional discrete cosine transform image compression P0303 : using gray transform method to enhance the contrast of the image P0304 : histogram equalization P0305 : simulation images by Gaussian white noise and pepper noise impact P0306 : using 2D median filtering function medfilt2 right by the Salt and Pepper noise filtering images P0307 : MATLAB functions filter2 of noise interference filter images mean P0308 : Image Adaptive Filter WEI Na-P0309 : using five different gradient Enhancement Act for image sharpening P0310 : images of high-pass filtering and mask handling P0311 : use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P 0312 : Butterworth (Butterworth) high-pass filt
Update
: 2025-02-19
Size
: 10kb
Publisher
:
xueke
[
Special Effects
]
peppernoise-cpp
DL : 0
在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行-the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李金宝
[
Special Effects
]
noise
DL : 0
图片去噪:对一幅图像加入不同的噪声(随机点噪声、椒盐噪声等),选取不同的方法去噪,比如说邻域平均、中值滤波、图像迭加等,比较对于不同的噪声,不同的方法哪种更好-Image denoising: for an image by adding different noise (random-dot noise, salt and pepper noise, etc.), select a different method of denoising, for example, the neighborhood average, median filter, image superposition and so on, compared for different noise, different methods which better
Update
: 2025-02-19
Size
: 737kb
Publisher
:
郑文
[
Special Effects
]
image_jiaoyan_gaosi
DL : 0
多种对图像加噪声的算法,椒盐噪声,高斯噪声。由于MATLAB自身高斯噪声函数有已经归一化问题,可能结果和自己预想不一样,所以一般都自己来加。-A variety of image plus noise algorithms, salt and pepper noise, Gaussian noise. Gaussian noise as a result of their own MATLAB functions have been normalized problem, possible outcomes and their own not the same as expected, it is generally to increase their own.
Update
: 2025-02-19
Size
: 357kb
Publisher
:
Vincent
[
Special Effects
]
Matlab
DL : 0
关于matlab图象处理的直方图均衡化,理想平滑滤波器和中值滤波去除椒盐噪声的源代码,比较简洁,不妨-Matlab image processing on the histogram equalization, an ideal smoothing filter and median filter to remove salt and pepper noise of the source code, comparing simple, may wish to
Update
: 2025-02-19
Size
: 3kb
Publisher
:
hbch
[
Special Effects
]
BMPImage
DL : 0
本程序用MFC实现了灰度图像的处理,功能如下: 几何变换:平移、旋转、缩放; 点处理:线性变换、灰度拉伸、灰度直方图、直方图均衡; 可以给图像产生%3椒盐噪声; 图像的平滑:均值滤波(3X3)、超限中值滤波(3X3); 边缘检测:边缘检测局部算子法,包括Sobel算子、Prewitt算子、拉普拉斯算子; Fourier变换。-This procedure using MFC realize the gray-scale image processing, functions as follows: geometric transformations: translation, rotation, scaling point treatment: linear transformation, gray stretch, histogram, histogram equalization images can produce 3 Salt and Pepper Noise image smoothing: Mean Filter (3X3), transfinite median filter (3X3) Edge Detection: Edge Detection Operators local law, including the Sobel operator, Prewitt operator, Laplacian Fourier Transform.
Update
: 2025-02-19
Size
: 50kb
Publisher
:
骆志军
[
Special Effects
]
median
DL : 0
对彩色图像进行中值滤波,这是直接用opencv语言实现的,里面的图片是清晰的,可以用有椒盐噪声的代替-Color images of the median filter, which is the direct use of language of opencv, which picture is crystal clear and has salt and pepper noise can be used in lieu of
Update
: 2025-02-19
Size
: 2.75mb
Publisher
:
dianluyuanli
[
Documents
]
noise
DL : 0
noise image processing test gaussian salt pepper additive.非常容易的一个code-noise image processing test gaussian salt pepper additive. very easy to a code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
唐龙
[
Special Effects
]
noise
DL : 0
MATLAB给图像添加高斯、椒盐、加性及乘性噪声(噪声生成)源代码Free Source Code for Adds diferent types of noise to an image-MATLAB add to the image Gaussian, salt and pepper, additive and multiplicative noise (noise generated) source code Free Source Code for Adds diferent types of noise to an image
Update
: 2025-02-19
Size
: 2kb
Publisher
:
余永松
[
Special Effects
]
DBAIN.m
DL : 0
DBAIN: 用DBA方法来去除高密度脉冲噪声,如椒盐噪声的去除-DBAIN: using DBA method to remove high-density impulse noise, such as salt and pepper noise removal
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zhangxq
[
Special Effects
]
PhaseBasedTemplateMatching
DL : 0
Phase Based Template Matching: Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlation. The advantage of Phase based correlation technique is that it shows good response against shift/brightness variation and noise addition i.e. salt & pepper/Gaussian noise [1,2]. Templates includes small portion of cropped from input imagery with gaussian noise introduced in them.
Update
: 2025-02-19
Size
: 70kb
Publisher
:
zhangxq
[
Special Effects
]
addnoise
DL : 0
MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张娜
[
Graph program
]
see
DL : 0
这个GUI界面软件能从你的计算机里读出你的图像,可以加入噪声,而给你提供各种滤波器来研究他们的特性。噪声类型:高斯噪声、淑盐噪声、泊松噪声-This GUI based code can read images from your computer , add noise to it and gives you different types of filters to study their performance. The Noises type : Gaussian Salt & Pepper Poisson
Update
: 2025-02-19
Size
: 3kb
Publisher
:
[
matlab
]
Salt_pepper_noise_deblurring
DL : 0
This a code to reduce the salt-pepper noise in a figure by filtering.-This is a code to reduce the salt-pepper noise in a figure by filtering.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
arashmokhtari
[
matlab
]
adpmedian_h
DL : 0
该函数为MATLAB编写,实现功能为中值滤波,中值滤波能更好地保留图像细节,对盐椒噪声有很好的去除效果。-The MATLAB function is prepared to achieve function, median filtering, median filtering can reserve the image detail, and good salt pepper noise removal.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
天天
«
1
2
3
4
5
6
7
8
9
10
...
25
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.