Welcome![Sign In][Sign Up]
Location:
Search - Bresenham line drawing algorithm

Search list

[2D GraphicBresenham高效画线算法

Description: 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each point are calculated to spend a lot of time for the multiplication and division operations; Below is a description of Bresenham s efficient line drawing algorithm, to the coordinates of each point calculation as long as Canada, subtraction can be done.
Platform: | Size: 4096 | Author: 小倪 | Hits:

[Graph programjsjtx

Description: DDA算法的程序实现计算机图形学实验报告 改进的bresenham画线算法的程序实现 字符点阵显示算法的程序实现 梁友栋-barske算法的程序实现-DDA algorithm computer graphics program to improve the experimental report bresenham line drawing algorithm the program character dot-matrix display algorithm Program friends of Liang Dong-barske Algorithm Program
Platform: | Size: 23552 | Author: 林明清 | Hits:

[OpenGL program6.0MFC_OPENGL_PFbresenham

Description: 基于MFC中Opengl环境的bresenham直线生成算法,可由对话框输入起始点和终点,直观地观察bresenham算法的原理。-based MFC Opengl environment bresenham line drawing algorithm, from the dialog box input starting and stopping points, and visual observation of the principle bresenham algorithm.
Platform: | Size: 61440 | Author: | Hits:

[Data structsbresenhamsuanfachengxu

Description: bresenham画线算法程序,运行环境windows xp TC2.0环境.-bresenham line drawing algorithm procedures, the environment windows xp TC environment.
Platform: | Size: 1024 | Author: skywyj | Hits:

[OpenGL programbresenham

Description: 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line
Platform: | Size: 1024 | Author: 王栋 | Hits:

[OtherBresenham

Description: (1)用Bresenham算法绘制直线 (2)程序适用各种直线情况,包括水平线,垂直线 (3)采用键盘输入线段的两个端点的坐标 -(1) using Bresenham algorithm for drawing a straight line (2) procedure applies to all kinds of straight lines, including horizontal, vertical lines (3) the use of keyboard input segment of the two endpoint coordinates
Platform: | Size: 1024 | Author: Eean | Hits:

[Graph Drawinggraph

Description: (1).用Bresenham算法绘制直线. (2).用Bresenham算法画图. (3).用打点(如:C语言的putpixel())法显示汉字,汉字库以文件形式保存,以图形方式显示汉字. (4).在二维空间绘制一个多边形(三角形,四边形任选),然后实施平移变换,对称变换和旋转变换,-(1). Bresenham algorithm for drawing a straight line to use. (2). By drawing Bresenham algorithm. (3). With RBI (for example: C language putpixel ()) display Chinese characters,汉字库preserved in documentary form in order to graphically display Chinese characters. (4). In the two-dimensional spatial mapping of a polygon (triangle, quadrilateral optional), and then the implementation of translational transform, symmetry transform and rotation transformation,
Platform: | Size: 17408 | Author: 鹰隼 | Hits:

[OpenGL programzuoye1

Description: 端点为(200,100)和(300,180),Bresenham画线算法。 -Endpoint for the (200,100) and (300180), Bresenham line drawing algorithm.
Platform: | Size: 7168 | Author: 董栋 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[Graph DrawingBresenham

Description: 自己写的Bresenham画线算法,很简单但是很实用-Wrote it myself Bresenham line drawing algorithm, very simple but very practical
Platform: | Size: 54272 | Author: yangshuoys | Hits:

[matlabbresenham_line3d

Description: 采用3D Bresenham算法在两点间划一直线 % This program is ported to MATLAB from: % B.Pendleton. line3d - 3D Bresenham s (a 3D line drawing algorithm) % ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 % % Which is referenced by: % Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid % Transformations to Volume Data, WSCG2004 Conference. % http://wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf -3D Bresenham algorithm used in a straight line between two points This program is ported to MATLAB from: B. Pendleton. Line3d- 3D Bresenham s (a 3D line drawing algorithm) ftp://ftp.isc.org/pub/usenet/comp.sources.unix/volume26/line3d, 1992 Which is referenced by: Fischer, J., A. del Rio (2004). A Fast Method for Applying Rigid Transformations to Volume Data, WSCG2004 Conference. http :// wscg.zcu.cz/wscg2004/Papers_2004_Short/M19.pdf
Platform: | Size: 2048 | Author: zzn | Hits:

[Graph DrawingDDA_Bresenham_Circle_Ellispe

Description: DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
Platform: | Size: 1982464 | Author: yangpan | Hits:

[Graph DrawingBresenham-line

Description: 这是一个用VC++6.0开发的一个Bresenham中点算法的直线的绘制,可供参考。-This is a used VC++ 6.0 developed by the midpoint of a Bresenham line drawing algorithm, for reference.
Platform: | Size: 263168 | Author: 廖春华 | Hits:

[Special Effectsroughdraw

Description: 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding diagram lines.
Platform: | Size: 4096 | Author: 李岩 | Hits:

[Graph DrawingBresenham_Line

Description: 适用于所有象限的通用Bresenham画线算法的Matlab程序-Apply to all quadrants of the General Bresenham line drawing algorithm Matlab procedures
Platform: | Size: 1024 | Author: 章礼平 | Hits:

[Graph Drawingii

Description: 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary polygon rendering algorithm is applied to require the polygon vertices from the keyboard input or mouse pick up and draw the polygon vertices to accurately, graphics should be closed. Bresenham algorithm required to master the basic theory and algorithm design, draw algorithm flow chart of procedures for the use of C or VC++ algorithm, and demonstrate.
Platform: | Size: 1907712 | Author: linym | Hits:

[Windows DevelopBresenham

Description: Bresenham画线算法,并且对于该算法的时间效率进行了比较对于图形学画线效率比较有参考价值-Bresenham line drawing algorithm, and for time efficiency of the algorithm were compared to the efficiency of drawing lines for the graphics have more reference value
Platform: | Size: 1024 | Author: ki | Hits:

[Graph DrawingLcd_DrawLine

Description: Bresenham画直线算法程序,在320240LCD上用过,很好用。-Bresenham line drawing algorithm program used in 320240LCD on, very good use.
Platform: | Size: 1024 | Author: wilsonhuang | Hits:

[Graph DrawingBresenham

Description: Bresenham画线算法,高效实用的画线算法,源于课本源码很实用-Bresenham line drawing algorithm, efficient and practical algorithm for drawing lines, from the textbook very useful source
Platform: | Size: 1024 | Author: wulei | Hits:

[Graph Drawingdraw(vc)

Description: VC6.0实现画图功能,包括基本图形:直线(数值微分法、中点画线法,Bresenham画线算法),圆与椭圆(中点画圆法、Bresenham画圆算法、椭圆生成算法),区域填充(边填充算法、种子填充算法、圆与椭圆的填充、图案填充),裁剪、线宽与线型的处理。还有简单的图形变换,以及简单曲线和曲面的实现-VC6.0 implement drawing functions, including basic graphics: linear (numerical differential method, the dotted line method, Bresenham line drawing algorithm), round and oval (midpoint drawcircle, Bresenham circle algorithm, Ellipse generating algorithm), area filling ( Edge filling algorithm, the seed filling algorithm, round and oval fill, pattern fill), cutting, line width and line treatment. There are simple graphic change, as well as the realization of simple curves and surfaces, etc.
Platform: | Size: 29973504 | Author: 鈞天下 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net