Welcome![Sign In][Sign Up]
Location:
Search - 透视投影

Search list

[Graph program透视投影

Description: 透视投影的生成算法-perspective projection algorithm for the generation
Platform: | Size: 12969 | Author: 自先 | Hits:

[Windows Develop透视投影Bezier曲面

Description: 透视投影的有趣算法-interesting perspective projection algorithm
Platform: | Size: 80533 | Author: 小赵 | Hits:

[GDI-Bitmap六.图形透视投影变换

Description: 三维物体的透视投影变换实现一点二点三点透视-3D objects perspective projection transform 1:00 2.3 Perspective
Platform: | Size: 22519 | Author: 吴限负 | Hits:

[Graph program3DAni

Description: 正方体透视投影变换,可通过鼠标及键盘实现动画效果-cube perspective projection transform, through mouse and keyboard to achieve animation effects
Platform: | Size: 1957888 | Author: 杜斐 | Hits:

[Graph program透视投影

Description: 透视投影的生成算法-perspective projection algorithm for the generation
Platform: | Size: 12288 | Author: 自先 | Hits:

[Windows Develop透视投影Bezier曲面

Description: 透视投影的有趣算法-interesting perspective projection algorithm
Platform: | Size: 79872 | Author: 小赵 | Hits:

[Graph DrawingZhuYouyong

Description: 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
Platform: | Size: 1972224 | Author: 朱友勇 | Hits:

[Othermenxp

Description: 图形学程序,包括画圆,直线,bezar曲线,填充,剪裁,透视投影等。-graphics procedures, including Circle, Line, bezar curve, filling, tailoring, such as perspective projection.
Platform: | Size: 1011712 | Author: 天空 | Hits:

[GDI-Bitmap六.图形透视投影变换

Description: 三维物体的透视投影变换实现一点二点三点透视-3D objects perspective projection transform 1:00 2.3 Perspective
Platform: | Size: 22528 | Author: 吴限负 | Hits:

[3D Graphic图形透视投影变换

Description: 显示三维图形的过程中,不仅要将它投影到二维平面上,还要确定一个视见体,在投影之前对物体进行裁剪,只显示我们感兴趣的那部分图形。-show 3D process, it should not only two-dimensional projection of the plane, but also to determine see as a body, the projector right before cutting objects, only shows that we are interested in that part of graphics.
Platform: | Size: 1202176 | Author: 杨琴 | Hits:

[Graph Drawingtuxingxuedazouye

Description: 1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 -1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp
Platform: | Size: 2161664 | Author: 张斌 | Hits:

[Special EffectsGraphic7.8ray

Description: 这是我的图形学的3D大作业,使用MFC的图形界面,使用了局部光照模型,透视投影等。-This is my big 3D graphics operations, the use of MFC graphical interface, the use of the partial illumination model, such perspective projection.
Platform: | Size: 677888 | Author: rruyi | Hits:

[2D Graphicproject_shadow

Description: 透视投影程序: (1)我的自学成果 (2)开发环境vc 6.0 (3)参考文献:孙家广的《计算机图形学》,《Windows程序设计》-perspective projection : (1) I self-accomplishment (2) development environment vc 6.0 (3) References : Shi- "Computer Graphics", "Programming Windows"
Platform: | Size: 27648 | Author: tom | Hits:

[File Formatdujunli_337

Description: 想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载
Platform: | Size: 38912 | Author: 隋毅 | Hits:

[Graph programgraph1

Description: 本实验报告综合了计算机图形学的多项知识,详细讲述了二维线画图元的生成(包括二维直线、圆、椭圆、抛物线的生成)、二维填充图元的生成(图形的填充、字符的输出)、二维裁剪、图形变换(平移、旋转、放缩三种变换)、投影(透视投影)和曲线生成(Hermite曲线和Bezier曲线的生成)的算法思想以及程序实现。-This experiment, the report combines a number of computer graphics knowledge, a detailed account of the two-dimensional line drawing element formation (including the two-dimensional linear, circular, elliptical, parabolic generation), two-dimensional pixel fill generation (graphics filling, characters in the output), two-dimensional cutting, graphics transform (translation, rotation, zoom transform three), projection (perspective projection) and Curve (Hermite curves and Bezier curves generation) algorithm, as well as procedures for the realization of ideas.
Platform: | Size: 526336 | Author: iamvv | Hits:

[OpenGL program3dto2d

Description: 将三维的立方体透视投影到二维平面.wintc环境下编写运行.-Will be three-dimensional cube to a two-dimensional perspective projection. Wintc environment to prepare to run.
Platform: | Size: 34816 | Author: xieyixin | Hits:

[OpenGL programxiaoyin

Description: 1. 绘出透视投影下的凸多面体图形,按下键盘上的“上”、“下”、“左”、“右”箭头可从各方位观看图形,也可以自己定义其他键值以及其他参数 2. 根据简单光照明原理绘制一个半圆柱曲面 3. 利用远近法原理绘制一个立体环 4. 利用消隐算法实现曲面z=exp(-x*x-y*y)-1. Mapped under Perspective Projection convex polyhedron graphics, press the keyboard
Platform: | Size: 2071552 | Author: xhp | Hits:

[Special Effectstuxingxuetoushitouying

Description: 图形学 透视投影 VC++写的 很不错的-Graphics Perspective Projection VC++ Written in very good
Platform: | Size: 1920000 | Author: Bob | Hits:

[GUI DevelopHALL

Description: 建立了一个场景,实现了某大学大礼堂的建模 1.视点的平滑变换(通过键盘上的四个方向键控制视点的方向、远近) 2.投影模式的变换(右键菜单切换正交投影、透视投影) 3.光照模式的改变(右键菜单改变环境光的参数,模拟天晴天暗的效果) 4.物体的缩放(右键菜单改变缩放参数) 5.实现阴影效果(右键菜单确定有没有阴影) 6.动画(按下键盘“a”,开始动画;按下键盘“b”,结束动画 )
Platform: | Size: 2227200 | Author: 丛丛 | Hits:

[Video CaptureNew_Method_CameraCalibration

Description: 如何由非定标序列图象计算出相机和景物的度量特性是相机自定标技术要解决的主要问题。相机定标方法是利用景物的已知三维点坐标或几何特性,如正交方向的灭点等, 确定相机的定标矩阵K,而相机自定标方法是直接根据图象和相机内外参数的约束来确定相机和景物的度量特性。相机定标对于计算机视觉的许多应用来说是非常重要,而在实际应用中,定标过程往往是很复杂的,因而,在过去的几年中,许多学者在相机自定标方面做了大量的工作,其研究结果表明,对于刚性景物来说,相机自定标是可行的。本文给出了一种新的基于线性模型摄像机的相机自定标方法。该方法是首先利用三点透视投影图、灭点和向量正交的性质来得到一组非线性方程,然后将其转换为线性方程组,以避免求解过程中的累积误差,最后高精度地求出了全部内参0 0 , ,u ,v x y a a 。实验结果表明,此方法是有效的。-err
Platform: | Size: 956416 | Author: 王峰 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net