资源列表
[图形图像处理(光照,映射..)] 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的子程序<张继刚123 > 在 2025-06-11 上传 | 大小:142kb | 下载:0
[图形/文字识别] 车牌定位
说明:两种方法实现车牌定位:一种基于蓝色车牌的颜色分割,一种基于竖向纹理的识别。源文件有多个算法,有一部分未用到,但也在此提供,鼓励各位试着换个算法优化实现。内含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<mf20070608 > 在 2025-06-11 上传 | 大小:3.83mb | 下载:0
[3D图形编程] 3D_Visualization
说明:3D model visualization programm<ppetr > 在 2025-06-11 上传 | 大小:2kb | 下载:0
[OpenCV] OpencvTest
说明:可以通过opencv的mat打开一张图片,修改其中的图片名称即可换成任意图片(You can open a picture through opencv's mat and change the name of the picture to any picture)<superbeauty > 在 2025-06-11 上传 | 大小:7.4mb | 下载:0
[图形图像处理(光照,映射..)] fenge
说明:一个简单的图像分割程序,应用几种不同的方法进行图像分割(It is a simple image segmentation procedures,and we use several different methods to segment the image.)<kaiya > 在 2025-06-11 上传 | 大小:25kb | 下载:0
[图形图像处理(光照,映射..)] 图像融合程序
说明:本程序是把两张图像进行融合处理,很实用的代码!(The gray image processing and median filter processing)<星儿 > 在 2025-06-11 上传 | 大小:48kb | 下载:0
[图形图像处理(光照,映射..)] 图像融合代码
说明:对常见的图像融合算法的代码实现过程进行总结(the sumary of some image fusion agrithms)<待码师 > 在 2025-06-11 上传 | 大小:1.4mb | 下载:0
[OpenGL] Demo
说明:简单OpenGL演示 演示OpenGL程序基本框架 演示OpenGL图形显示基本设置 演示OpenGL基本属性(Simple OpenGL Demo. Show how to use OpenGL to create a simple rect demo.)<ShuhengZhang > 在 2025-06-11 上传 | 大小:52kb | 下载:0
[图形图像处理(光照,映射..)] 源码
说明:对最大稳定颜色区域算法的验证,过查看图像像素的聚集聚类的连续时间步骤来完成对颜色的扩展。 通过对边缘幅度的分布进行建模,对强度缩放和图像模糊来稳定时间步长的选择。(Verification of algorithm for maximum stable color region)<何必呵呵呵 > 在 2025-06-11 上传 | 大小:897kb | 下载:0
[OpenCV] face_detect
说明:在Windows平台上,通过使用opencv来实现基本的人脸检测功能。检测效果一般,而且只能正面检测。(Using opencv to detect human face in the platform of windows.)<calo > 在 2025-06-11 上传 | 大小:1kb | 下载:0