资源列表
opengltutorl
- Nate Robin 的OPENGL教程,用于演示OpenGl的基本概念。它允许用户修改函数的参数,以交互的方式观察它们的效果。这套教程涵盖的主题包括变换,光照,雾和纹理。十分有用!-Demon of OPENGL by Nate Robin.User Interface about Translate, Light, Fog and Texture.
wu-复杂结构文档图像的倾斜角度检测
- 一篇北京大学本科保送生的本科毕业设计,有一定参考价值(The graduation design of undergraduate student of Peking University undergraduate course, have certain reference value)
85375537SearchCircle_Demo
- 另一个识别程序。能识别出基本几何图像。对图像处理有帮助。-The other identification procedures. Be able to identify the basic geometry image. Pairs of image processing helpful.
MyProject
- 3DS文件格式的读取与OPENGL显示在SDI文档里面,还画了一个可以用键盘控制的小型机器人移动。3DS模型是一条船舶。这个是本人研究生的毕业设计的内容哦。-3DS file format to read and display the document inside the SDI, you can also draw a small robot with a keyboard to control movement. 3DS model is a ship. This is my desig
the-homework-UCAS
- matlab下的几个图像处理程序,原创可运行,利用傅里叶变化去除图像横条纹,渐变条纹,用滤波器去除图像噪声干扰。-matlab under several image processing procedures, the original can be run using the Fourier transform to remove the image horizontal stripes, gradient stripes, with a filter to remove the image
3DSGLLOADER
- 基于vc++的opengl编程,该程序可简单导入3ds模型-Based on opengl in vc++ programming, the program can simply import 3ds model
taiyangxingxing
- 太阳等星星的旋转,更好的学习图形学这门课程。-The rotation of the sun and other stars, better learning graphics course.
rtfluid06
- 基于物理的动力学流体模拟方法,即SPH方法杯中水的模拟-Physics-based simulation method for fluid dynamics, the SPH method for simulation of a cup of water
2
- 用于2d图片展示 可以平滑 动画移动整数页的图片 一般用于触摸项目 可以参考
FreeImage392
- 一个自由、开源的图形库--FreeImage支持位图构件―例如调色板和数据位―的便易访问;将位图从一种位深度转换到另一种位深度;当有多幅位图页―例如TIFF―时访问位图的不同页;基本的位图处理,如旋转、翻转(flipping)和重采样,或点操作,如亮度和对比度调整;Alpha混合与合成(Compositing and blending);FreeImage不支持:高级图象处理操作,如回卷(Convolution)和变换(Transform);位图绘制; 矢量图形。-a free, revenue
model
- 图像的边缘检测MATLAB代码,对所获取的图像可以进行有效的边缘检测-Image Edge Detection MATLAB code of the acquired image can be an effective edge detection
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
