搜索资源列表
Texture
- 选择自己图片进行纹理贴图的vc与opengl程序-To choose their own picture of the texture mapping process vc with opengl
254764626
- OPENGL应用中纹理贴图的方法易语言写的,图形图像编程,很好的参考。-Methods in application of OPENGL texture mapping written in easy language, graphics programming, a good reference.
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi
