资源列表
tv
- tv全变差去噪。自己编写的自适应去噪,传统去噪。保真去噪(TV total variation de-noising. Self-adaptive denoising, traditional denoising. Fidelity de-noising)
全变分自适应图像去噪模型
- 全变分自适应去噪模型张红英matlab平台,(Full variable adaptive denoising model Zhang Hongying matlab)
数字图像处理与分析(刘定生老师)课件
- 大家赶快下载吧,不错的图像处理课件,刘定生老师的。(digital image process for students or developor)
Uni_tracking_meanshift
- 基于 meanshift 检测运动物体,乒乓球,排球,篮球(Detection of moving objects)
OpenGL001
- 这段代码解释了什么是混合.就是将前景色与背景色结合得到新颜色的过程 背景色:又叫目标颜色,是已经进入颜色缓冲区的颜色. 前景色:当前渲染命令的颜色,作为结果进入缓冲区,又叫源颜色. 混合有混合方程式,混合方程式有两个混合因子来计算最终的混合颜色. 打开命令:glEnable(GL_BELNDING);//blend:混合 混合因子的设置需要函数glBlendFunc();来实现,他有两个参数,分别是源混合因子和目标混合因子的值 而这两个混合因子有15个预定义的值.(This code
radon_original
- 拉申变化的原始代码,对于初学matlab来做图像处理有借鉴(the original code of radon)
Bezier
- 工程基于OpenGL库完成了对Bezier曲面的绘制(The project has completed the drawing of the Bezier surface based on the OpenGL Library)
Coons
- 本工程基于OpenGL库完成了Coons曲面的绘制。(The project completed Coons surface rendering based on OpenGL library.)
Bspline
- 本工程基于OpenGL库完成了Bspline曲面的绘制。(The project completed Bspline surface rendering based on OpenGL library.)
二维点变换
- 本工程实现了二维空间点的关于任意点的对称与关于任意直线的对称。(This project realizes the symmetry of arbitrary point and the symmetry of arbitrary line in two-dimensional space.)
MATLAB
- MATLAB程序,帮助初学者尽快了解这个软件,少走一些弯路。(MATLAB help beginners understand the software as soon as possible and take less detours.)
image_stitch
- 全景图拼接,将多张自己拍摄的图片拼接成全景图(image stitching, take several photos of your own and stitch them together, stanford cs131 assignment 1)