资源列表
[3D图形编程] osg-events
说明:OpenSceneGraph的响应事件总结,还有各按键的代码,方便查看和使用!-OpenSceneGraph response Event Summary, as well as the code of the keys for easy viewing and use!<韩晓明> 在 2025-11-17 上传 | 大小:16kb | 下载:0
[3D图形编程] osg-review
说明:OpenSceneGraph学习总结,包括以下基本的知识梳理。-OpenSceneGraph study summary, including a basic knowledge of the following sort.<韩晓明> 在 2025-11-17 上传 | 大小:36kb | 下载:0
[图形图像处理(光照,映射..)] tuxiangronghe
说明:图像融合技术, 图像融合技术,图像融合技术-Image fusion, image fusion, image fusion, image fusion<dongye> 在 2025-11-17 上传 | 大小:493kb | 下载:0
[图形图像处理(光照,映射..)] TuXingXue(visual-cPP)
说明:计算机图形学原理及算法教程(visual c++版)-Computer graphics theory and algorithms tutorial (visual c++ version)<xibei> 在 2025-11-17 上传 | 大小:51.83mb | 下载:0
[图形图像处理(光照,映射..)] 2
说明:使用vs2005开发环境,实现了针对灰度图像bmp格式的几种常用的图像变换,包括小波变换、傅里叶变换等。-Using the vs2005 development environment, to achieve a gray image bmp format for several common image transformations, including the wavelet transform, Fourier transform.<lee> 在 2025-11-17 上传 | 大小:12.67mb | 下载:0
[图形图像处理(光照,映射..)] windowbmp
说明:一些学习资料,关于window和window的bmp格式的图像的一些操作。-Some learning materials, on the window and the window of bmp format images of some operations.<> 在 2025-11-17 上传 | 大小:9kb | 下载:0
[图形图像处理(光照,映射..)] 3
说明:使用vs2005+opencv2.0实现人脸检测,使用人脸分类器,针对任意类型的图片类型,均可实现。-Achieved using vs2005+ opencv2.0 face detection, the use of face classifier, for any type of image types, may be achieved.<lee> 在 2025-11-17 上传 | 大小:9.26mb | 下载:0
[图形/文字识别] jiaodianjiance
说明:人脸检测中的角点检测,识别效果很好,速度快,代码可直接运行,就一个源文件,用的是opencv,需要事前安装。-Face detection in the detection, identification works well and fast, the code can be run directly to a source file, using opencv, requires prior installation.<hanyuyi> 在 2025-11-17 上传 | 大小:1.96mb | 下载:0
[图形图像处理(光照,映射..)] fdp5finalMatlab.tar
说明:这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, d<郑碧波> 在 2025-11-17 上传 | 大小:137kb | 下载:0
[图形图像处理(光照,映射..)] gaborfilter.tar
说明:Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6<郑碧波> 在 2025-11-17 上传 | 大小:1kb | 下载:0