Welcome![Sign In][Sign Up]
Location:
Search - salt

Search list

[Special Effectspeppernoise-cpp

Description: 在图像中加入椒盐噪声的源代码,编译后的可执行文件须带参数运行-the image Salt and Pepper to the noise source, the compiled executable file parameters required to bring Operation
Platform: | Size: 1024 | Author: 李金宝 | Hits:

[Special Effectsimage_jiaoyan_gaosi

Description: 多种对图像加噪声的算法,椒盐噪声,高斯噪声。由于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.
Platform: | Size: 365568 | Author: Vincent | Hits:

[Special Effectsmedian

Description: 对彩色图像进行中值滤波,这是直接用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
Platform: | Size: 2878464 | Author: dianluyuanli | Hits:

[Documentsnoise

Description: noise image processing test gaussian salt pepper additive.非常容易的一个code-noise image processing test gaussian salt pepper additive. very easy to a code
Platform: | Size: 1024 | Author: 唐龙 | Hits:

[Special Effectsnoise

Description: 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
Platform: | Size: 2048 | Author: 余永松 | Hits:

[Special EffectsDBAIN.m

Description: DBAIN: 用DBA方法来去除高密度脉冲噪声,如椒盐噪声的去除-DBAIN: using DBA method to remove high-density impulse noise, such as salt and pepper noise removal
Platform: | Size: 1024 | Author: zhangxq | Hits:

[VOIP programHawkVoiceDI

Description: HawkCrypt is a cryptographic library for password protecting data. It uses MD5 to produce 128 bit encryption keys and random 128 bit (16 byte) salt values. Blowfish is used to perform 128 bit encryption. It also provides MD5 hashing to add a 32 bit message authentication code (MAC) to packets using a shared password. The MAC is separate from encryption so you can authenticate without encrypting is you choose. The 32 bit MAC is created by folding the 128 bit MD5 hash down to 32 bits.
Platform: | Size: 492544 | Author: 林勇 | Hits:

[Special EffectsNoiseReductionUsingaMedianFilter

Description: 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median filter. Median filter is based on a statistical non-linear filtering method. We also need to know the size of an order by the middle of the array data is referred to as value. By modifying the project03-04 in the experimental procedures for the realization of 3* 3 median filter.
Platform: | Size: 413696 | Author: jhm | Hits:

[matlabSalt_pepper_noise_deblurring

Description: 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.
Platform: | Size: 1024 | Author: arashmokhtari | Hits:

[ARM-PowerPC-ColdFire-MIPScontraharmonic

Description: this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both -SALT n PEPPER noise from the image but not simultaneously. The positive order contraharmonic filter removes the pepper noise and the negative order removes the salt noise. SALT n PEPPER noise has been added to the image and it has been removed sequentially using the contraharmonic filter of positive and negative filters one after the other. It has been observed that the removal of salt noise followed by the removal of the pepper noise gives better results-this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both-SALT n PEPPER noise from the image but not simultaneously. The positive order contraharmonic filter removes the pepper noise and the negative order removes the salt noise. SALT n PEPPER noise has been added to the image and it has been removed sequentially using the contraharmonic filter of positive and negative filters one after the other. It has been observed that the removal of salt noise followed by the removal of the pepper noise gives better results...
Platform: | Size: 1024 | Author: saumya | Hits:

[Special Effectsnoise-plus-image

Description: 对图像添加各种噪声 高斯噪声 淑盐噪声-Add a variety of image noise, Gaussian noise, noise, salt-sook
Platform: | Size: 2048 | Author: 王红卫 | Hits:

[Software Engineeringsalt

Description: salt System Role Description Manual-Salt System Role Description Manual
Platform: | Size: 107520 | Author: lin | Hits:

[Graph programmeanFilter

Description: Mean filter to get rid of salt and pepper noise in images using openCV library for VC-Mean filter to get rid of salt and pepper noise in images using openCV library for VC++
Platform: | Size: 3309568 | Author: mariam | Hits:

[Industry researchsalt

Description: 盐丘模型ppt,用于地震勘探的研究~有助于理解盐丘速度模型~-salt
Platform: | Size: 215040 | Author: 张晓 | Hits:

[matlabaverageblurofsaltpeppernoise

Description: THIS CODE REMOVES "SALT AND PEPPER NOISE" BY AVERAGING.MAY HELP BEGINNERS TO UNDERSTAND THE COLOR PICTURE AND REMOVING THE NOISE IN GREY IMAGE OUTPUT OF GIVEN COLOR IMAGE.
Platform: | Size: 1024 | Author: jaja | Hits:

[matlabadpmedian_h

Description: 该函数为MATLAB编写,实现功能为中值滤波,中值滤波能更好地保留图像细节,对盐椒噪声有很好的去除效果。-The MATLAB function is prepared to achieve function, median filtering, median filtering can reserve the image detail, and good salt pepper noise removal.
Platform: | Size: 1024 | Author: 天天 | Hits:

[Special Effectssharpen

Description: 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise. Two pairs of images were used noise pollution neighborhood average, median filtering, K close to the average method to smooth. 3 on an image using Roberts gradient method, Sobel operator and Laplacian sharpening, and compare the results. Laws dealing with the source image capture and processing results.
Platform: | Size: 281600 | Author: 刘雨相 | Hits:

[matlabquzao

Description: 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
Platform: | Size: 1024 | Author: 林风 | Hits:

[Special Effectsadding--salt-and-pepper-noise

Description: VC++下加入椒盐噪声,可以用于验证高斯,均值,中值滤波等方法效果-Add salt and pepper noise in VC++ condition, which can be used to verify the effect of Gaussian, mean, median filtering method.
Platform: | Size: 277504 | Author: 陈立鹏 | Hits:

[matlabsalt bridge

Description: Get the information of the salt bridges in the interface of the complex
Platform: | Size: 104448 | Author: Ben99999 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 29 »

CodeBus www.codebus.net