资源列表
hog_svm
- 利用HOG算子提取特征,利用支持向量机进行分类,得到了较好的图像分割效果(Using HOG operator to extract features, using support vector machine to classify, get a better image segmentation effect)
MRF-ICM 也是先聚类再算的 里面有论文
- 利用马尔科夫随机场对图像进行语义分割,通过ICm求解参数,可以运行,对初学者有较好的借鉴作用(Using Markov random field to semantic segmentation of images, through ICm solution parameters, can run, for beginners have a good reference)
stereo_mrf-master左右图作业
- 斯坦福大学概率图模型课程作业,利用马尔科夫随机场进行图像分割,能运行,附有英文说明文档(Stanford University Probability Chart Model Assignment, using Markov random field for image segmentation, operation, with English documentation)
MATLAB文字连通域源程序代码
- 这个程序的功能,是用来获得一张图片上,多个文字的连通域(The function of this program is used to get a picture of a concatenation of multiple text fields)
MATLAB夜间车牌识别程序
- 这个程序是用来识别车牌号码,并且这个号码是在晚上光线比较差的条件下获得的(This procedure is used to identify the license plate number, and this number is in the evening light conditions are relatively poor)
MATLAB实现图像分割otsuf 源程序代码
- 本程序,直接用MATLAB实现otsuf算法,并使用此算法对经典图像进行分割。(This procedure, directly with MATLAB to achieve otsuf algorithm, and use this algorithm to segment the classic image.)
thinning_test02
- 通过ZHANG并行细化算法,实现图像的细化处理。(By the ZHANG parallel thinning algorithm,we realize the purpose of thinning image.)
retinex
- 给出了经典的单尺度retinex算法,还有关于retinex的自适应中值滤波(The classical single scale Retinex algorithm and the adaptive median filter for Retinex are given)
数字图像处理上机实验
- 数字图像处理计算图像峰值信噪比 利用JND进行图像增强(Calculate peak signal to noise ratio)
K-Means PCA降维
- K-Means算法,不要求建立模型之后对结果进行新的预测,没有相应的标签,只是根据数据的特征对数据进行聚类。主成分分析降维对数据进行可视化操作,对features进行降维.(K-Means algorithm does not require the establishment of the model after the new prediction of the results, there is no corresponding tag, but only on the character
computer
- 文件包含三个主程序,和相关图像,三个主程序分别为computer1,computer2,computer3 computer1对图像进行了灰度化,保存等实现; computer2对图像进行了傅里叶变换,离散余旋变化,二层小波变化及重构等,并对图像进行三层小波变换,分别将HL,LH,HH三个子带置零都重构; computer3实现了图像直方图均衡化,并对图像进行了同态滤波。(The file contains three main programs, and related images, thr
queueing
- 排队论问题绘图程序,共包含六段程序,主要用来进行排队问题数值计算以及绘图(queueing throry plot)