搜索资源列表
openCV图像处理,内含边缘检测
- openCV图像处理,内含边缘检测、边缘分割、区域增长、高斯噪声、椒盐噪声消除以及自适应中值滤波函数的实现-openCV image processing, includes edge detection, edge segmentation, region growing, Gaussian noise, salt and pepper noise cancellation and adaptive median filter function implementation
add_noise_to_image
- 为图像添加各种噪声,如高斯噪声、泊松噪声、椒盐噪声等。(需有openCV)-Add all kinds of noise for the image, such as Gaussian noise, Poisson noise, salt and pepper noise. (The need for openCV)
TuXiangChuLi_OpenCV
- 基于opencv的图像和视频处理的软件。该软件实行了opencv的多种功能:边缘检测、拉氏变换、椒盐噪音、人脸识别、霍夫变换等功能。-Opencv-based image and video processing software. The software has multiple functions opencv: edge detection, Laplace transform, salt and pepper noise, face recognition, Hough transfo
meanFilter
- 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++
exp3_1
- 在VC6.0中利用OpenCV实现任何格式图像的指定概率椒盐噪声添加和均值滤波、带阈值的中值滤波-VC6.0 using OpenCV in any format images to achieve a specified probability and the mean filter add salt and pepper noise with median filter threshold
MCM
- qt和OPENCV 做均值曲率图像去噪, 主要针对椒盐噪声-qt and the OPENCV do the mean curvature for image denoising, mainly for salt and pepper noise
AddSaltNoise
- 在灰度图上添加椒盐噪声,并用中值滤波滤除噪声并保存,用opencv写的,需要安装opencv2.1-Add salt and pepper noise in grayscale, with a median filter to filter out the noise and save with opencv write, you need to install opencv2.1
salt-and-pepper-adding-noise
- 利用opencv在图像处理中实现椒盐加噪-Salt and pepper plus noise using opencv image processing
Noise
- 用opencv实现往图片中添加椒盐噪声和高斯噪声,并去除这两种噪声。-Picture with opencv to add salt and pepper noise and Gaussian noise, and remove the two noise.
ConsoleApplication11
- 利用OPENCV对图像进行加噪(均匀、椒盐)处理,并利用滤波器(修正的阿尔法均值滤波器、自适应中值滤波器)进行滤波 我配置的环境是vs2012+opencv2.0-The image noise by using the OPENCV (uniform, salt and pepper), and use the filter (modified Alfa mean filter, adaptive median filter) environmental filtering I configu
testsaltpepper
- opencv+qt+c++ 为图片添加椒盐噪声-Add salt and pepper to picture noise opencv+qt+c++
去除椒盐噪声
- 采用c/c++语言,利用OpenCV库实现对图象的椒盐噪声的处理(Using the c/c++ language and using the OpenCV library to deal with the salt and pepper noise of the image)