搜索资源列表
实验三圆的中点转换算法
- 课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
中点算法
- 扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法-linear scan conversion of the midpoint algorithm depiction of the mid-point arc conversion algorithm and scan conversion ellipse the midpoint algorithm
2DLineMeta
- vc画圆 使用中点算法 消影 抖动-vc Circle midpoint algorithm using video jitter Consumers
line1
- 直线中点算法生成,计算机图形学重要应用之一。
Graphics12
- 图形学 包括直线DDA、中点算法,圆的中点、正负算法,线宽控制。射线填充等算法-linear graphics including DDA, the midpoint algorithm, the midpoint of the round, plus or minus algorithm, linewidth control. Ray fill in the blanks Algorithm
middle_bresenham_Line0
- 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点计算一个判别式的值,由判别式的符号确定更近的点-To draw a ellipse,similar to the middle point of arc:after determine a pixel,calculate the value of a judge expression,according to its sign,determine the nearer point.
二.二维线画图元算法
- 北大版计算机图形学算法实现之中点法画线椭圆圆的VC程序-Beijing University computer graphics version algorithm among Point line drawing elliptical round VC Program
凸包算法
- 用C#界面,鼠标在界面中点击生成点,然后系统会求出其凸包。
DDA
- 扫描线算法。有DDA 中点算法,以及圆的中点扫描算法-Scan line algorithm. There DDA midpoint algorithm, as well as the mid-point of circular scan algorithm
MidPointLine
- The mid-point algorithm中点算法-The mid-point algorithm
MidPointEllipse
- 掌握实现了扫描转换直线段的中点算法、描转换圆弧的中点算法和扫描转换椭圆弧的中点算法。-Grasp the realization of the scan conversion of the mid-point of the straight-line algorithm, described the mid-point arc conversion algorithm and scan conversion of the mid-point algorithm for elliptic arc.
MidpointLine
- 基于中点算法的画直线程序,任意两点都能画-The mid-point algorithm based on the procedures for painting a straight line, any two points can be drawn
lab
- 用MFC实现的直线(DDA算法、中点算法和Bresenham算法)、圆(八分画圆)、椭圆(四分画椭圆)。-Line with the MFC implementation (DDA algorithm, Bresenham midpoint algorithm and the algorithm), round (eighth circle), elliptic (oval four paintings).
graphics
- 1)给出系统框架。 2)调用画点的函数,分别用DDA、中点Bresenham算法和改进Bresenham算法绘制直线和中点算法绘制直线、用不同的算法绘制圆和椭圆 ,并各自比较算法精度与效率的差别 。 3)实现二维图形的变换。(包括平移,放缩,旋转,错切以及复合变换) 4)运用所学的区域填充算法实现区域填充。 5)运用所学算法实现线段裁剪以及多边形裁剪(多边形裁剪为可选)。 6)自己实现其它附加以及需要完善的功能。 -1) give system framework.
program
- windows控制台窗口画图:实现扫描转换任意一个椭圆,使用windows下的SetPixel函数。算法使用的是中点算法,算法效率较高。-The console windows drawing: realize scanning conversion any elliptic, using the Windows of the SetPixel function. The halfway point algorithm is used, whose efficiency is higher.
cg
- 金刚石算法,直线中点算法,圆及椭圆中点算法,完整源代码,MFC-Diamond algorithms, linear midpoint algorithm, round and oval midpoint algorithm, complete source code, MFC
Line
- 包括计算机图形学的——直线的三种算法 1.DDA算法 2.bresenham算法 3.中点算法算法 -A program about the algorithm of line, And the IDE is VS2010
draw
- 计算机图形学实验作业,用MFC编的,已经实现了DDA画直线,中点算法画直线,中点画圆和椭圆,扫面转换多边形,种子填充,反走样直线-Computer graphics lab assignments, MFC series has achieved the DDA draw a straight line, the midpoint algorithm to draw a straight line, the midpoint of the circle and the ellipse, swee
MidPointCircle
- 中点算法画圆,利用了圆的八对称性,为了显示八对称性用了颜色进行区分-Midpoint circle algorithm
案例13-直线段中点分割算法
- 计算机图形学里的投影透视算法,所用软件是C++(Projection perspective algorithm in computer graphics)