搜索资源列表
Line Art and Edge Detection
- 画线加效果,非常不错-line drawing plus effects, very good
Line
- 画线程序,画圆程序,计算机图形学的直线圆实验报告作业-line drawing procedures, Circle procedures, computer graphics straight round of experimental work report
Line Art and Edge Detection
- 画线加效果,非常不错-line drawing plus effects, very good
cn700_vc346622424
- 简易二维平面CAD画线、圆、方,可移动、复制、镜像-simple 2-D CAD line drawing, round, side, move, copy, mirror
test antialiasing
- 一个简易的反走样线段绘制程序,给出了一个通用的wu象素解决方案。程序启动后,在窗口上任一点点击一下,然后分别用钩选反走样和不钩选可以绘制直线,可以看见反走样的效果。-a simple line drawing anti-aliasing procedures, is a common wu pixel solution. After commencement, 1:00 office window click, and then usi
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
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
realline
- 工控系统中画实时曲线源码,包括画点和画线两种形式-Control System Real-time curve source paintings, including paintings point and line drawing two forms
Delphi_advline
- 我们使用VB设计界面时可以在任意方向直接画直线,但在delphi下却不能,除非在程序中去画,而该控件能够在界面设计时直接画出任意方向,任意长短的直线段。-We use the VB interface design can be in any direction direct line drawing, But under the delphi did not, except in proceedings to painting. Th
6.0MFC_OPENGL_PFbresenham
- 基于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 princ
PainterDemo
- 一个画图程序JAVA源代码,生成一个界面可画直线\椭圆\矩形-a drawing program in Java source code, an interface can be generated line drawing \ oval \ Rectangular
DDA
- 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 Br
bresenham_line3d
- 采用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 % %
DDA_Bresenham_Circle_Ellispe
- DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
12864drawing-line
- 128*64液晶显示屏的绘图\描线程序,触类旁通,可扩展成其它绘图程序。-128* 64 LCD screen depiction line drawing process, comprehend by analogy, which can be expanded into other drawing program.
line
- 画线算法,bresenham画线算法,opengl-bresenham line-drawing procedure
Acoustic-line-drawing-
- 声线绘制程序,要求在声线不碰海底、海面的情况下,根据所给的任意大洋声速剖面、声源深度和声线传播的水平距离,画出出射角从-10°到10°的20条声线在大洋声道传播的情况-Acoustic line drawing program, not touch the seabed under the conditions of the sea, according to any oceanic sound velocity profile, th
spline-line-drawing-to-use
- openGL使用Visual C++ 样条线画图运用-openGL using the Visual C++ spline line drawing to use
2-d-line-drawing-generation
- 计算机图形学(Computer Graphics,简称CG)是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地说,计算机图形学的主要研究内容就是研究如何在计算机中表示图形、以及利用计算机进行图形的计算、处理和显示的相关原理与算法。是计算机科学的一个分支领域,主要关注数字合成与操作视觉的图形内容。-2 d line drawing generation algorithm
line-drawing.tar
- C++ program code for line drawing (DDA and Bresenham s)