搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
大型数字图形图像系统VC源码
- 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
Line_Circle
- Visual Basic实现的画直线和圆的算法。画直线时,先要用鼠标点两个端点,再单击按钮就可出现组成图形的每一个点-Visual Basic painting line and circle algorithms. Painting straight, with a click of the mouse first two ends, and then click the button graphic components can be there every point
2D_SmpCAD
- 入门级2D绘图CAD程序,包括画线、画圆、画三角形、画矩形,以及拾取、平移、旋转、镜像等功能,同时配备详细的文档实现说明(为《工程计算机图形学》一书的一章节)-entry-level 2D CAD drawing procedures, including line drawing, Circle, Triangle painting, drawing rectangles, and pick up, translation, rotation, Mirror, and so on with d
HoughTrans
- 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
imagelab2
- 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
图形学实验一
- 计算机图形学实验一DDA,BRESHEAM画直线及画圆,自主开发的原程序-an experimental computer graphics DDA, BRESHEAM painting and Circle Line, the independent development of the original program
line
- 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
linecrosscircle
- 直线,交叉和圆形陈列三种情况的波束形成。-line,cross and circle array beamshape
HLJ
- 计算机图形学 直线圆的画法和填充(八分画圆法)-Computer graphics, painting a straight line and fill round (eighth of the circle method)
huaxian
- 这是我们计算机图形学课上的作业,通过画像素点画直线和圆直线用的是DDA算法,圆用的是中点法-This is our computer graphics class assignments, through drawing lines and round draw pixels with is straight line, the circle by algorithm DDA collocation is in
Two-dimensional-graphics
- 二维图形相交、相切,包括直线与直线、直线与圆等,有参考价值-Two-dimensional graphics intersection, tangent, including straight line and a straight, straight line and circle, etc., a reference value
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
Draw-a-straight-line-and-circle
- 使用VC++6.0编程的直线和圆绘图程序,本程序功能较为直观清晰,供初学者使用~-Use VC++6.0 programming linear and circular drawing program, the program features a more intuitive and clear, for beginners to use ~
CircleWithGL
- 在VC2008下面使用OpenGL实现Bresenham算法画圆和画直线以及椭圆-The VC2008 below Bresenham algorithm using OpenGL, draw a straight line and a circle and oval
DrawBoardView
- MFC画板类CPP文件,包括线段,圆,多边形生成算法,线段和多边形裁剪算法,多边形填充算法-MFC drawing board class CPP files, including line, circle, polygon generation algorithm, line and polygon clipping algorithm, polygon fill algorithm
my_findfile
- 用于qt中画直线,也可以画圆形,同时也可以给你画的图形修改颜色和宽度,还可以删除图形-the process for the qt and you can use this to draw the line and draw the circle
The-straight-line-and-circle
- 、直线段和圆的扫描转换 (1)三种方法完成直线段的扫描转换(DDA、中点法和Bresenham法) (2)两种方法完成圆的扫描转换(中点法和Bresenham法) -Line segments and circular scan converter (6 hours) (1) three methods to complete the scan conversion line segment (DDA, the midpoint method and Bresenham meth
Hough_transform_line_circle
- Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
EGL_CADTools
- EGL CAD Tools : The tools needed to make the industry standard CAD program. Was clean and simple coding. Here you can learn the basics of algebra. You can learn more about the content by looking at a screen shot. For example, collection of the inte
