搜索资源列表
ipl_medfil
- 在VC环境下,应用OpenCV载入图像,通过代码运算实现中值滤波。-In the environment of VC, it achieved median filtering through code operation, with the application of OpenCV to load images.
zhongzhilvboqi
- 在vc++6.0环境下运用opencv,使用中值滤波的方法检测运动的物体,如机动车辆、行人、烟雾等。-In vc++6.0 environment, the use opencv, using the median filtering method to detect moving objects, such as motor vehicles, pedestrians, smoke and so on.
Digital-Image-Processing
- MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的 -MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
mymfc
- 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
Digital-Image-Processing
- 数字图像处理 中值滤波和中值滤波 visual C++6.0 配置opencv进行的图像处理。-Digital image processing median filter and median filter
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
Space_Filter
- Opencv写的空间滤波包括最大最小中值滤波等等,借鉴数字图像处理matlab版page117 的函数,几何平均,算术平均,调和平均,反调和平局,中值,中点等-Opencv write spatial filtering, including maximum and minimum median filtering, etc., drawing on digital image processing matlab version page117 function, geometric mean,
zhongzhi
- opencv和vc语言,在vs2008+opencv2.0环境下运行成功,中值滤波的源码-opencv and vc language in vs2008+ opencv2.0 environment to run successfully, median filtering the source
display_picture_blur
- 包含常见的图像平滑操作,如高斯模糊,中值滤波等-Common images include smooth operation, such as Gaussian blur, median filter, etc.
cvhw4
- opencv中中值滤波,利用visual c++ 6.0 编写-median filter in opencv
CV_Pro
- 利用openvc对视频的处理,输入为yuv视频,输出也是yuv视频,中值滤波、膨胀、腐蚀等。里面包含yuv到rgb的转换-Processing video with OpenCV,including median filtering, expansion, corrosion, etc.the file format is yuv.This program contain the convert of yuv to rgb too.
MedianFilter-opencv
- 基于openCV的图像中值滤波去噪程序,使用VC6.0进行实现-Based on the openCV image median filter denoising procedures, using VC6.0 to achieve
KNNzhongzhilvbo-opencv
- 基于openCV的KNN中值滤波去噪程序,使用VC6.0进行实现-Based on the openCV KNN median filter denoising procedures, using VC6.0 to achieve
opencv
- 这是一个很好的中值滤波、均值滤波,边缘检测,角点检测的源程序-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
canny
- 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
videodenoise-meanfilter
- OpenCV实现中值滤波视频去噪,效果还行,仅供大家学习交流,欢迎评论!-The OpenCV achieve the median filtering video denoising effect, we only learn exchanges are welcome to comment!
videodenoise-med
- 用opencv实现中值滤波的视频去噪,效果还行,仅供大家参考!-Video denoising with opencv median filtering, the results were OK, only for your reference!
滤波
- 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
blur
- 方框滤波、双边滤波、高斯滤波、中值滤波、均值滤波(medianBlur,bilateralFilter,GaussianBlur,blur,boxFilter)
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声