资源列表
lee
- 用于数字图象处理的lee滤波去噪的很好用很简单的程序
YUV.rar
- 本程序是利用MATLAB读取YUV视频数据,并播放视频。,This procedure is to use MATLAB to read YUV video data, and video.
face-test
- 检查普通图片中是否存在人脸,有较高的检测率-Check the general picture of whether there is one face, a higher detection rate
2010
- 本人自己编写的MATLAB图像处理代码,绝对能用,包括图像滤波、分割、边缘检测、数学形态学等-I have written in the MATLAB image processing code, the absolute can be used, including image filtering, segmentation, edge detection, mathematical morphology, etc.
searchnearestnode
- 程序实现给定平面上N个点的坐标,找出距离最近的两个点.程序中是两种方法寻找最近点对。解法一的时间复杂度是O(N^2)解法二的时间复杂度是(N*lg2/lgN)第二种方法较第一种方法在一维情况下,时间复杂度改进了不少。但是这个方法不能推广到二维的情况,因为距离最近的点对不能保证是影射到某条直线之后紧靠着的两个点。-the procedure can realize the Coordinate which have N nodes ,find the nearest distance betwee
TV
- 给图像去噪,本程序通过全变差方法求解。程序简单 效果好-TV regularization
tuxiangxuanzhuan
- 在图像处理中要求图像能够自由的进行图像旋转-Image rotation
binaryzation.m
- 图像处理二值化的源码 经过本人的验证绝对没有问题 可以在matlab2012 上完美运行 其中并无使用NIBLACK算法 或者OSTU算法所以还是请大家见谅-Image processing binarization absolutely no verification of the source after my perfect run on matlab2012 which there is no use the NIBLACK algorithm or OSTU of algorithms
hough_circle
- 霍夫变换中的园检测,用于检测图像中的园形状-Hough transform detection of the park, the park is used to detect the shape of the image
Untitled
- 将原图像进行退化处理(选择大气湍流导致图像模糊时相应的PSF),然后将退化后的图像进行复原(使用维纳滤波、直接逆滤波).-The original image degradation process,and then restore the degraded image with Wiener filtering and inverse filtering.
loc_im_MSfilter
- 我们先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。-We first use the division characteristics of the Mean Shift algorithm, the grey value of similar element in the cluster, and then, on the basis of using threshold segmentation algori