资源列表
Image
- 利用matlab计算图像的辐*度(包含均值、方差、偏斜度和陡度)和信息量。-Calculation of the radiation image using matlab precision (including mean, variance, skewness and steepness), and the amount of information.
filter_comparation
- 图像的均衡化,里面有直方图的画法,已经直方图均衡化
jizhong_jibuzhong
- 几种图像分割的程序,主要包括(1)击中与击不中(2)骨架与细化(3)使用顶帽变换(4)使用重构删除复杂图片的背景(5)重构-some program of image segment
linear_classify
- 产生两类样本,每类样本两个特征。计算每类数据的均值点,并且把两个均值点连成一线段,用垂直平分该线段的直线作为分类边界。 随机给出一个样本并判别类别。 -Produce two types of samples, two samples of each type of feature. Calculating the mean of each type of data points, and the two average points in a line segment, the segm
psnr
- simple code to find PSNR
01
- image processing matlab
Compute_PSNR
- 描述了一种计算图像的峰值信噪比的方法,用matlab语言实现。-Describes a computational image PSNR using Matlab language.
Edge-Detect
- 一个很好的边缘检测程序,对图像处理初学者很有用-A good edge detection procedure is useful for image processing for beginners
Median-filtering
- 该文件是图像中值滤波和平滑滤波的MATLAB源程序。-image enhancement median filter
shanzhen
- 改进的三帧差分法提取前景,效果得到了验证-The improved three-frame difference method is used to extract the foreground and the effect is verified
tuxiangtiqu
- 可以进行图像的提取,但是还是比较主观,由于所提取的图像需用直线段划分,-image extraction
分水岭算法
- 一般的分水岭分割算法,用于图像分割,m文件