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

Search list

[Special EffectsBresenham

Description: c++写的一个关于数字图像处理的程序,实现了Bresenham算法的除噪效果-c++ written a workshop on digital image processing procedures, the realization of the Bresenham algorithm in addition to the effect of noise
Platform: | Size: 903168 | Author: Fang | Hits:

[Graph Drawingex1

Description: 计算机图形学中用“中点画线法”和“Bresenham算法”实现画直线和圆弧的扫描转换算法(matlab实现)-Computer graphics using in the line stipple and Bresenham algorithm realize painting a straight line and arc scan conversion algorithm (matlab realize)
Platform: | Size: 5120 | Author: | Hits:

[GDI-BitmapLBline

Description: 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段 -1, Programming DDA algorithm, Bresenham algorithm, recursive algorithm the midpoint of line segment drawn 2, analysis and comparison of three-pixel approximation algorithms and procedures for the implementation of the speed of the effect of 3, output requirements: for each algorithm to one-half, respectively, in eight quadrant draw a line segment
Platform: | Size: 2048 | Author: 菜菜 | Hits:

[Graph Drawingbre

Description: Bresenham画法源代码,属于计算机图形学范畴,可以在c以及c++的编程环境下运行-Bresenham drawing source code belonging to the scope of computer graphics can be in the c and c++ Programming environment running under
Platform: | Size: 1024 | Author: yang | Hits:

[Graph DrawingbresenhamLine

Description: Java图形设计中,利用Bresenham算法实现直线线型,线宽的控制(NO 2D GRAPHICS)-Java graphics design, the use of straight-line linear algorithm Bresenham, linewidth control (NO 2D GRAPHICS)
Platform: | Size: 3072 | Author: xufeifei | 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:

[Special Effectsjisuanji2

Description: bresenham画圆法 和填充也是计算机图形学里的小程序的实现-Bresenham drawcircle and fill is a small computer graphics procedures realize
Platform: | Size: 53248 | Author: caojunchao | Hits:

[OpenGL program4

Description: Bresenham算法,输入直线起点和终点,颜色,宽带,画出直线.-Bresenham algorithm, enter the start and finish line, color, broadband, draw a straight line.
Platform: | Size: 109568 | Author: 代银玉 | Hits:

[Graph DrawingProject1

Description: 用c++ builder实现bresenham 画圆算法-With c++ Builder realize Bresenham Circle Algorithm
Platform: | Size: 8192 | Author: 李宋清 | Hits:

[Graph Drawingr3

Description: 手写字体的书写显示,包括Bresenham直接像素生成算法,手写字体的 笔划描述,动态展示手写字体书写过程的综合应用程序-Handwriting fonts to write shows, including direct pixel Bresenham Algorithm, handwriting fonts strokes to describe dynamic display handwritten font to write a comprehensive application process
Platform: | Size: 2044928 | Author: ada | Hits:

[Graph Drawing15883835bre_line

Description: 有很多算法可以实现直线的扫描,最著名的是bresenham算法.-There are many algorithms can achieve linear scanning, the most famous is the Bresenham algorithm.
Platform: | Size: 1024 | Author: 汤立斌 | Hits:

[Graph DrawingbresenhamCircle

Description: bresenham算法的画圆程序,很简单的一个程序,希望对大家有用,-Bresenham algorithm drawcircle procedure, a procedure is very simple, I hope all of you useful,
Platform: | Size: 1024 | Author: 周彦 | Hits:

[Graph Drawinggrapics

Description: bresenham算法和middlepoint算法的画直线程序,很简单的两个程序,希望对大家有用,-Bresenham algorithm and draw a straight line middlepoint algorithm process, the two procedures is very simple, I hope all of you useful,
Platform: | Size: 1024 | Author: 周彦 | Hits:

[Graph programDrawLine

Description: (计算机图形学)分别用Bresenham, DDA及中点法实现画线段的基本方法-(Computer graphics), respectively Bresenham, DDA and the mid-point method to achieve the basic method of drawing line segments
Platform: | Size: 13312 | Author: Zhong | Hits:

[Special EffectsDrawCircleEllipse

Description: (计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法-(Computer graphics) to realize drawcircle Bresenham
Platform: | Size: 16384 | Author: Zhong | 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:

[2D GraphicALL_Line

Description: 该程序可实现直线生成的各种算法,如DDA法、Bresenham法、中点法等;还可实现图形区域的填充等。-The program can be a straight line to generate a variety of algorithms, such as the DDA Act, Bresenham method, midpoint method, etc. can realize, such as graphics-filled region.
Platform: | Size: 2048 | Author: 保文星 | Hits:

[GDI-BitmapBRESENHAM

Description: 通过BRESENHAM判定算法,绘制指定端点的直线,用来测试tuborC的图形编程-Determined through the Bresenham algorithm, draw a straight line designated endpoint, used to test tuborC graphical programming
Platform: | Size: 1024 | Author: xu | Hits:

[Graph DrawingLine

Description: Bresenham画线 对此处理. -Bresenham drawing a line on this deal.
Platform: | Size: 1024 | Author: ycd | Hits:

[Graph DrawingCsharpdrawLine

Description: 2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
Platform: | Size: 41984 | Author: zuodanqing | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 49 »

CodeBus www.codebus.net