资源列表
StereoParator
- 3d stereo image processing
IET_CV_SOAMST_2011
- 一个比例和方向自适应均值漂移跟踪算法(SOAMST) 提出本文所要解决的问题,如何估计的规模和方向 改变均值漂移下的目标跟踪框架。在原来的均值偏移 跟踪算法,可以很好地估计目标的位置,规模的同时, 方向的变化,不能自适应估计。考虑到图像(重量) 是来自于目标运动模型和候选模型可以代表的可能性,一个 像素属于目标,我们证明了原来的均值漂移跟踪算法可以 推导出的重量图像的零阶和一阶矩。随着零阶 矩和目标模型和候选模型之间的Bhattacharyya系数, 提出了简
rendering
- 根据源数据,进行三维重建,加入光照、交互,借助VTK平台实现-3D surface rendering,including light,interactor, by the means of VTK platform.
car
- 一个简单的VRML实例 其中包括时钟 风车等节点-A simple VRML examples, including the clock windmill and other nodes
osgCompute
- osgcompute是用于并行执行代码的抽象基库。 流式处理器。库连接到OpenScenegraph(OSG) 因此,它可以被包括在景观中。它给用户 可以跳到图形处理单元(GPU)进行任何类型的操作 计算结果。然后就可以获得操作过的数据。 到scenegraph进行进一步处理(例如渲染)。(osgCompute is the abstract base library for the execution of code on parallel streaming processors.
MyWater.基于vc++使用opengl开发的3D水纹波浪
- 基于vc++使用opengl开发的3D水纹波浪, 场景绘制与渲染 BOOL CMyWaterView::RenderScene() { glClear(GL_COLOR_BUFFER_BIT) glPushMatrix() glScalef(10,1,10) if (!rgb) glColor3f(.31, .41, .97) else glColor3f(1.f,1.f,1.f) glTranslat
frog3d-0.5
- 用qt编写不错的3ds读取程序,界面和兼容性都较好,对较高版本的3ds文件读取都比较好-prepared using qt 3ds good reader, interface and compatibility are better, to a higher version of the document read three ds are better
MLS
- MLS用於3D曲面變型,可算出較為準確的法向量-This method can be used to 3D surface deformation,can figure out more accurate normal vecter
Direct3D_ex1_UptoDelphiXE5
- Direct 3-D example. A rotating cube with scrolling text.Can be compiled with all delphi versions (including XE5 also).
TextureAddress
- Direct3D的纹理地址模式的Demo-Direct3D texture address mode of the Demo
Example2
- 绘制一个不同面显示不同颜色的正方体,该正方体沿x轴倾斜45度,在绕y轴不断旋转。-Draw a different plane to display a different color cube, the cube along the x-axis is inclined by 45 degrees, in constant rotation about the y-axis.
Water
- 水面实时渲染,使用FFT和Wave方程来生成水面波动,要求显卡必须支持SM3.0和VTF(Geforce6以上) 使用2005.8的DXSDK编译