资源列表
球面光源和材质交互作用算法
- 计算机图形学基础案例,球面光源和材质交互作用算法。(Basic cases of computer graphics, spherical light source and material interaction algorithm.)
1.3 图像的边缘检测
- 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
车牌定位
- 两种方法实现车牌定位:一种基于蓝色车牌的颜色分割,一种基于竖向纹理的识别。源文件有多个算法,有一部分未用到,但也在此提供,鼓励各位试着换个算法优化实现。内含README文件有详细说明。(Using 2 methods to realize license plate recognition: one is based on blue color segmentation, the other is based on vertical pattern recognition. More detai
3D_Visualization
- 3D model visualization programm
OpencvTest
- 可以通过opencv的mat打开一张图片,修改其中的图片名称即可换成任意图片(You can open a picture through opencv's mat and change the name of the picture to any picture)
fenge
- 一个简单的图像分割程序,应用几种不同的方法进行图像分割(It is a simple image segmentation procedures,and we use several different methods to segment the image.)
图像融合程序
- 本程序是把两张图像进行融合处理,很实用的代码!(The gray image processing and median filter processing)
脑电
- 对不同状态下的脑电信号,进行简要的处理。(The EEG signal is briefly processed)
赖正豪 纹理动画
- 初学者简单编写OpenGL纹理动画,刚刚学习没有多久。(Beginners simple to write OpenGL texture animation)
图像融合代码
- 对常见的图像融合算法的代码实现过程进行总结(the sumary of some image fusion agrithms)
sobel
- sobel算子边缘检测,matlab源程序。(sobel aaaaaaaaaaaaaaaaaaa)
Demo
- 简单OpenGL演示 演示OpenGL程序基本框架 演示OpenGL图形显示基本设置 演示OpenGL基本属性(Simple OpenGL Demo. Show how to use OpenGL to create a simple rect demo.)