-
图像拼接代码
一个高手写的OPENCV代码,用于图像拼接,总体效果很不错,有需要的下载。因为我自己也是个opencv的菜鸟,正在学习中,所以其他方面我也不是很清楚,所以如果不适用你们的需要,大家别拍砖!
- 2022-03-20 02:23:50下载
- 积分:1
-
An Java OpenGL example illustrating basics of collision detection, collision res...
An Java OpenGL example illustrating basics of collision detection, collision response, and physically based modelling effects.
- 2022-01-24 15:04:24下载
- 积分:1
-
简单openGL代码,只是简单的显示一些东西
简单openGL代码,只是简单的显示一些东西-Simple openGL code, but simply display a number of things
- 2023-01-12 23:00:03下载
- 积分:1
-
GLSL实现模型的振荡波形的影响,非常酷!
用GLSL实现的模型波状摆动的效果,非常酷!-GLSL realize the model with oscillating wavy effect, very cool!
- 2022-05-16 08:33:55下载
- 积分:1
-
计算机图形学立方体旋转程序。用鼠标拖动可以实现…
计算机图形学立方体旋转程序.可用鼠标拖动实现立方体朝不同方向旋转,有较强真实感.-computer graphics cube rotation procedures. Drag the mouse can be used to achieve various directions cube rotation, a strong realistic.
- 2022-01-31 04:40:14下载
- 积分:1
-
opengl 10bit 检测显卡是否支持10bit
应用背景
想直接回显10bit数据,在nv网站上下载的,编译运行通过,有一定的参考意义。
README for Check30bit
- To Run, type
Check30bit
This will print out a listing of all attached displays and open a window on each display showing a teapot.
If a display is 30-bit capable, then the window opened on that display will use a 30-bit pixel format.
When moving or resizing the window between the displays the event handler determines if the window is spanning a 30-bit color compatible display and reports it.
关键技术Check30bit opengl nvidia 并检测显卡是否支持10bit,不支持的话就用24bit。
- 2023-02-11 16:25:03下载
- 积分:1
-
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。...
opengl 开发的火焰演示程序代码,包括学习源代码,是制作游戏的很好的素材。-opengl development of the demonstration Flame code, including learning source code, the game is to produce a good material.
- 2022-05-16 05:28:47下载
- 积分:1
-
一个屏保SDK源码
一个屏保SDK源码-a screensaver SDK source
- 2022-06-13 22:26:16下载
- 积分:1
-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1
-
C++与OpenGL编程的光线跟踪算法
采用C++与OpengGL编程,在六面体房间内光线跟踪算法,包括设置光源、光线亮度衰减方程,还有编译的可自行文件
- 2022-04-22 04:37:13下载
- 积分:1