搜索资源列表
LightAndRotate
- OPENGL以任一点为模型的旋转中心 解决了缩放时光照衰减问题.
FractalTerrain
- 二维的分形地形可以由一维分形曲线推广得到,首先介绍下一维分形曲线的构造模型。 已知初始线段的两个端点 ,通过随机扰动线段的中点来完成一次迭代,公式为 : 其中roughness控制当前层次的扰动量,它可以决定每次循环中,随机数值域的减少量,就是说它决定了分形结果的粗糙程度。令 上式是分形曲线模型的一般表达式,其中采用均值为0,方差为1的正态分布函数产生随机数,随着分割层次的增加,当前扰动量将以pow(2.0,-h)的倍数逐步的衰减,直到到达给定的分割层次或者被
lab
- 计算水声传播衰减的模型运算,用来绘制水声传播衰减的图像-Calculation of underwater acoustic propagation attenuation model operation, used to draw images of underwater acoustic propagation attenuation
3D_SCENE
- 采用openGL实现的一个三维室内场景。有若干个三维模型,场景中配有两个光源,可进行光照衰减调整,使用了平面压缩矩阵技术为物体加上阴影,可以使用鼠标自由漫游场景-Using openGL to achieve a three-dimensional interior scenes. There are a number of three-dimensional model, the scene with two light sources, light attenuation can be ad
ColorAttentuationPriorDehazing
- 基于颜色衰减先验模型的单幅图像快速去雾算法。-A Fast Single Image Haze Removal Algorithm using Color Attenuation Prior