搜索资源列表
三维动画演示系统(Jbuilder)
- JAVA编写的一个三维动画演示系统,采用JAVA3D制作,实现三维变换及渲染。-a 3d cartoon display system in java. it realize the 3D transform and romance by JAVA3D.
三维图形的变换
- 计算机图形学三维图形的变换-3D computer graphics transformation
4-2三维图形的转换
- 对绘制的三维几何图形实现平移、旋转、变比的基本变换-Drawing on the realization of 3D geometry translation, rotation, variable than the basic transformation
3Model.rar
- 基于小波变换的三维模型提取技术的毕业论文,包括代码和答辩ppt.1.实现了三维模型的表示和规范化预处理过程,在此基础上,开发了进行检索实验的可视化特征提取实验平台。 2.结合球面调和变换获取旋转不变量具有降低特征向量维数的特性,实现了基于光线投射的特征提取方法,通过检索评价实验确定了参数的最佳取值。 3.分析了基本的光线投射方法和改进的光线投射方法的缺陷,提出了一种基于三维小波变换的特征描述方法。对光线投射算法进行了扩展,将切比雪夫采样点序列进行离散小波变换,然后利用球面调和变换获得旋转不变
ANewMethodofHybridModelingBase
- 为了快速精确地对一个实体进行的三维重建, 提出了一种新的混合建模方法. 该方法利用同一实体在不同视 点下的多幅深度图像, 根据它们之间颜色和纹理的相关性, 通过逆投影变换, 可将图像中象素点映射到三维空间中的正 确位置. 然后再经模型重建和重投影, 可获取实体在任意视点下的图像. 实验结果表明, 这种建模方法具有复杂度恒定、 获取图像真实感强等优点, 适用于形状、 结构复杂的物体的重建.,: In o rder to reconst ruct th ree di mensi on mode
三维变换包括几何变换和投影变换
- 三维变换包括几何变换和投影变换。 几何变换有平移、旋转、对称、错切、变比。 投影变换有平行投影和透视图。,Three-dimensional geometric transformations, including transformation and projection transformation. Geometric transformations are translation, rotation, symmetry, shear, variable ratio. Parallel
VC-source
- 计算机图形学VC.源代码 包括二维三维图形变换等的VC++代码-Computer Graphics VC. Source code
opengl
- 用opengl在vc上进行编程。可以做出圆柱、球、立方体、棱锥等三维立体图形,还能让他们进行不同的旋转变换。-Use opengl in vc programmable. Can make a cylinder, ball, cube, pyramid, such as three-dimensional graphics, but also allow them to carry out a different rotation.
WriterAndReader
- 计算机图形学动画源码,有3d效果,很有用的,关于三维变换,圆形,正方形。-it s very good。
cg3Dsystem
- 计算机图形学三维图形系统的演示,包括各种三维面、实体的坐标变换,旋转、平移等功能。-Three-dimensional computer graphics presentation graphics system, including a variety of three-dimensional face, entities coordinate transformation, rotation, translation and other functions.
TranBox
- 该源码可以实现计算机图形学中的立方体三维旋转变换-The source can be achieved in computer graphics three-dimensional rotation of the cube
sanweigangtibianhuan
- 三维刚体变换,用于三维图象配准,我自己使用过,挺不错的。-Three-dimensional rigid body transformation, for three-dimensional image registration, I have used, very good.
028992
- 计算机图形学是交互式图形开发的基本理论,同时也是一门实践性的学科。笔者积累十多年的计算机图形学讲授经验,使用Visual C++ 6.0的MFC框架开发了涉及“基本图形的扫描转换”、“多边形填充”、“二维变换和裁剪”、“三维变换和投影”、“自由曲线和曲面”、“分形几何”、“动态消隐”和“真实感图形”等章节内容的43个案例。-Interactive Computer Graphics is developing the basic theory of graphics, but also a pr
028991-01
- 计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。-Computer Graphics (computer graphics, CG) is to st
GraphicsMM_3D
- WPF的三维程序.三维动画,三维碰撞测试,三维灯光,三维矢量,矩阵变换.-WPF three-dimensional process. Three-dimensional animation, three-dimensional crash test, three-dimensional light, three-dimensional vector, matrix transformation.
sanweibianhuan123
- 此程序可以实现图形的三维变换,非常实用。-This process can realize three-dimensional graphics transformations, very useful.
69491747MDWT
- matlab 多维小波工具箱 有线性卷积 三维的小波变换,逆变换-matlab multi-dimensional wavelet toolbox has three-dimensional linear convolution of wavelet transform, inverse transform and so on
3Drotate
- 三维坐标转换代码,XYZ三个坐标轴之间的转换与立体变换-Three-dimensional coordinates of the conversion code, XYZ three axes and the conversion between the three-dimensional transformation
light_project
- 基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每条射线,它与模型表面的多个交点同时落入一个球壳的几率大大降低了,这样就可以尽可能的减少信息的丢失。-Transform-based ray-casting feature extraction of three-dimensional model to three-dimensional model for the core focus
三维变换
- 计算机图形学示例,三维变换代码,vc6.0下(a sample about 3d transform in vc6.0)