资源列表
[OpenGL] water_reflect2
说明:水面反射和折射,提供源代码,通过下面几步实现: 1.设定一个附加裁减平面 2. 并把摄像机位置设置到当然视点对称的位置, 渲染平面以上部分到一个纹理. 3. 将反射平面的顶点传入VS, 并乘以投影矩阵.得到平面投影点的坐标. 4. 将上述插值传入PS, 并同时除以W, 并(projCoord+1.0f)*0.5f. 5. 再查询渲染得到的纹理, 并加入点噪声, 有水波纹的效果. -surface reflection and refraction, providing<hmn> 在 2025-11-24 上传 | 大小:246kb | 下载:0
[OpenGL] opengl_pixelfont
说明:在OGL环境下改写的点阵字库显示程序,可以用于OGL环境下的文字输出.-the OGL environment rewrite the lattice character display program, which can be used under the OGL text output.<hmn> 在 2025-11-24 上传 | 大小:170kb | 下载:0
[OpenGL] ogl_pickray
说明:射线选择演示 通过使用glunproject(), 可以将平面的2D坐标,转换成空间的3D坐标. 所以我们使用glunproject()将鼠标的光标坐标转换成空间的坐标,这样就可以实现鼠标的选取 -ray choice demonstration through the use of glunproject (), can be a 2D plane coordinates, converted into space for the three D coordinates. So w<hmn> 在 2025-11-24 上传 | 大小:110kb | 下载:0
[OpenGL] OGL_motionblur
说明:运动模糊(Motion Blur)效果演示 运动模糊是一种常见的运动效果处理手法, 由于眼睛的视觉暂留现象,会在视觉上形成一个拖影效果. 在OpenGL中利用渲染到纹理技术, 依次不时间序列里面的连续若干帧的图象,依次渲染到纹理里面, 然后在alpha混合呈现在屏幕上面,就形成了motion blur效果.-Motion Blur (Motion Blur) Motion Blur effects demo is a common effect of the campaign to<hmn> 在 2025-11-24 上传 | 大小:137kb | 下载:0
[图形图像处理(光照,映射..)] maddemo
说明:% 平均绝对差分法(MAD),MAD法通过计算两幅图像相对应象素灰度的平均绝对值来度量两幅图像之间的相似性.- Average absolute difference method (MAD), MAD method by calculating the two images corresponding to the average absolute value of pixel gray-scale images to measure the similarity between.<石渔子> 在 2025-11-24 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] IMGReg
说明:图象配准的VC++代码,还可以,要的人可以-image registration VC code, but also to those who can s<戴达> 在 2025-11-24 上传 | 大小:108kb | 下载:0
[图形/文字识别] TextAnalysis
说明:图像的纹理分析应用实例,主要可用于模式识别当中-image texture analysis application, which can be used for pattern recognition<戴达> 在 2025-11-24 上传 | 大小:8kb | 下载:0
[图形/文字识别] NormalizationFaceDetect
说明:归一化人脸定位的实例,模式识别中很有用的代码,希望对大家有用-In the face of a positioning example, pattern recognition useful code, it may be useful to hope<戴达> 在 2025-11-24 上传 | 大小:61kb | 下载:0
[图形/文字识别] eyelocation
说明:人脸识别中眼睛定位的算法,模式识别中常用的算法之一,希望对大家有用-Face Recognition eyes positioning algorithm, pattern recognition algorithm used in one of the hopes of all useful<戴达> 在 2025-11-24 上传 | 大小:6kb | 下载:0
[绘图程序] simplepaint
说明:简单的画图程序 可作为画图实验的参考 在VC++ 6.0下开发-simple drawing program can be used as a reference drawing experiment in the development of the VC 6.0<zhenglilei> 在 2025-11-24 上传 | 大小:203kb | 下载:0