资源列表
[图形图像处理(光照,映射..)] 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-11-11 上传 | 大小:142kb | 下载:0
[OpenGL] Bezier Curve.c
说明:Bezier Curve implementation with cpp<PauloAres > 在 2025-11-11 上传 | 大小:142kb | 下载:0
[图形图象] 1.3 图像的边缘检测
说明:学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)<联合小博 > 在 2025-11-11 上传 | 大小:142kb | 下载:0
[OpenGL] MultiMeshFrame(MinimalSurfaceSample)
说明:读OBJ文件的小程序,附带显示功能,可以显示点,线,面和打光,另外还能显示纹理。(Read OBJ file applet, with the display function)<sqxsr > 在 2025-11-11 上传 | 大小:142kb | 下载:0
[图形图象] lowpassfilter
说明:matlab编程利用三种低通滤波器对图像的滤波(uses three low pass filters to filter the image)<brightpoint> 在 2025-11-11 上传 | 大小:142kb | 下载:0
[绘图程序] Sample code
说明:this is done by c programmer and will never be done again by any other programmer unless this system has a sense to sense that this is a fake descr iption<mmbw> 在 2025-11-11 上传 | 大小:142kb | 下载:0
[图形图像处理(光照,映射..)] 时空上下文算法-linux
说明:时空上下文追踪的一个实例代码,可以自行修改(An instance code of a spatio-temporal context tracing that can be modified by itself)<masnail> 在 2025-11-11 上传 | 大小:142kb | 下载:0
[图形图像处理(光照,映射..)] 图像修复
说明:应用DCT字典和KSVD学习字典,对图像进行简单的修复,可行性较高,速度不是很快。(Simple image restoration is feasible and not very fast.)<小月千> 在 2025-11-11 上传 | 大小:142kb | 下载:0
[图形图像处理(光照,映射..)] 图像去噪技术及其实现
说明:图像检测,实现图像去噪,包含MATLAB程序以及文档说明(Image detection, image denoising, including MATLAB program and document descr iption)<Monphy> 在 2025-11-11 上传 | 大小:142kb | 下载:0