资源列表
1
- 基于阈值的图像分割,自适应阈值分割,会显示直方图和阈值。(Threshold based image segmentation, adaptive threshold segmentation, histogram and threshold will be displayed.)
GMM_test1
- 高斯混合模型的前景提取代码,本人测试可用。(Gauss mixture model of the foreground extraction code)
concad-0.3-src.tar
- concrete engginer cad dizany concrete
OpenGL编程指南(第六版)
- Opengl编程指南(第六版),英文原版。提供了关于opengl使用的详尽描述(opengl programming guide (6th guide))
FragileWatermarking_SourceCode
- 对图像进行脆弱水印检测,识别图片的更改部位(test fragile water marking for a pictue)
RobustWatermarking_SourceCode
- 对给定的图片添加鲁棒水印,实现图像的版权保护(add robust water marking to a picture)
源程序
- 利用hough变换检测圆,有RHT,随机hough变换,以及一些改进(Using Hough transform to detect the circle)
简笔画人
- 用c++语言为基础,使用OpenGL的绘制方式,绘制简笔画的人和自行车,并实现分屏的功能(On the basis of c++ language, we use OpenGL drawing method to draw simple strokes of people and bicycles, and realize the function of split screen.)
图像融合技术研究
- 利用拉普拉斯金字塔的方法融合图像,彩色部分采用了主成分分析的办法(PCA)(you can use this code to fuse two pictures.it's a good matlab code.hope every body can use this code every day)
wavelets
- 在matlab平台上压缩并解压图像,对图像压缩的学习有帮助,包含多个例子,内容丰富(Compress and unzip the image)
RPCA
- 鲁 棒 主 成 分 分 析 MATLAB 代码(Robust principal component analysis MATLAB code)
LBP算法程序
- 原始的LBP算子定义在像素3*3的邻域内,以邻域中心像素为阈值,相邻的8个像素的灰度值与邻域中心的像素值进行比较,若周围像素大于中心像素值,则该像素点的位置被标记为1,否则为0。这样,3*3邻域内的8个点经过比较可产生8位二进制数,将这8位二进制数依次排列形成一个二进制数字,这个二进制数字就是中心像素的LBP值,LBP值共有2828种可能,因此LBP值有256种。中心像素的LBP值反映了该像素周围区域的纹理信息。(The original LBP operator is defined in t