Welcome![Sign In][Sign Up]
Location:
Search - line circle

Search list

[SourceCodeHough check line, circle and ellipse

Description: check line, circle and ellipse region Hough检测直线,圆,椭圆的部分代码
Platform: | Size: 6128 | Author: xingxing009 | Hits:

[JSP/Javatestshape

Description: 3. 设计一个接口Shape,接口中包含方法:Draw和Resize。定义一些具体类,如:Point、Line、Circle、Rectangle等,每个类都实现接口Shape。Draw方法绘制图形,Resize方法改变图形大小。用Java实现这些接口和类,并用测试类测试它们。 注意:不需要真正绘制图形,如Line的Draw方法只需输出下面文本即可: “直线的起点是(x1,y1,),终点是(x2,y2)”-3. A Shape interface design, interfaces include : Draw and Resize. Some specific type definition, such as : Point, Line, Circle, Rectangle, each category are achieving Shape interface. Draw method of drawing, graphics Resize changed size. Using Java to achieve these interfaces and class, and use tests such testing. Note : no real drawing, such as the Draw Line method, only the following text can be output : "line is the starting point (x1, y1), and the ultimate goal is to (x2, y2)"
Platform: | Size: 1024 | Author: | Hits:

[2D GraphicBresenham算法编程演示

Description: 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, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[Graph Recognizeip4

Description: 此专栏的系列文章之四,详细讲诉了图像识别中的“霍夫变化”(Hough Transform)算法,该算法可以提取出图像中的直线、圆、矩形等图形,在图像识别中是一种较重要的算法。-column of this series of articles 4, the detail v. Image Recognition "Hough change" (Hough Transform) algorithm, the algorithm can extract images of straight-line, circle, rectangle and other graphics, image recognition is a more important algorithm.
Platform: | Size: 3072 | Author: 周自强 | Hits:

[Graph Drawingyangke

Description: 这个是我计算机图形学的实验的源代码, 包括中点画线 画圆,Bresenham 画线 画圆, 种子扫描填充区域, 三角形图形基本3种变换,附 实验报告-this my computer graphics of the source code, including Midpoint Circle Line, Circle Bresenham line drawing, scanning seed filling regional triangle three basic types of graphics transformation experiments attached report
Platform: | Size: 168960 | Author: 杨科 | Hits:

[Graph DrawingAdvancedComputerGraphic

Description: 画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图-painting line, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, map
Platform: | Size: 2731008 | Author: wangli | Hits:

[ISAPI-IEjs-graphics

Description: DHTML, JavaScript Draw Line, Circle, Ellipse (Oval), Polyline, Polygon, Rectangle. High Performance JavaScript Vector Graphics Library. -DHTML, JavaScript Draw Line, Circle, Ellipse (Dec.), Polyline, Polygon, Rectangle. High Performance JavaScript Vecto r Graphics Library.
Platform: | Size: 6144 | Author: shuajie | Hits:

[Special EffectsHough_line_circle_ellipse

Description: 基于Hough变换的直线,圆,椭圆的检测.其中直线检测是VC代码.圆和椭圆是MATLAB代码-Hough transform based on a straight line, circle, ellipse detection. Which is the VC code line detection. Round and oval is the MATLAB code
Platform: | Size: 2048 | Author: 夏小静 | Hits:

[OpenGL programopenGL--Bemhan

Description: 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Platform: | Size: 1024 | Author: 李文晖 | Hits:

[Embeded-SCM Develop320240_1335_line_circle

Description: SED1335(RA8835)控制的320240液晶画任意斜率直线和任意大小的圆的算法程序-SED1335 (RA8835)-controlled LCD 320,240 painting a straight line of arbitrary slope and any size of circle algorithm procedure
Platform: | Size: 17408 | Author: 李娜 | Hits:

[CSharpDraw

Description: C#绘图程序,包括画线,画圆,方块,路径-C# Mapping procedures, including the painting line, circle, box, path
Platform: | Size: 90112 | Author: zzx | Hits:

[GDI-Bitmaphuatuban

Description: 用C#做的简易画图板程序,可以用鼠标拖动划线,画圆等-With C# Drawing board to do simple procedures, you can use the mouse to drag the line, circle, etc.
Platform: | Size: 37888 | Author: lijie | Hits:

[Graph Drawinggui16

Description: e-mail:cproom@163.net 计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。-e-mail: cproom@163.net computer graphics programming practice, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture and so on. Because energy is limited, not to the original code to make any comment. Simplify the programming for consideration, in many parts of specified constant, making general-purpose processing.
Platform: | Size: 325632 | Author: 景科 | Hits:

[2D Graphicline

Description: 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
Platform: | Size: 20480 | Author: lcy985 | Hits:

[matlabcircle

Description: 这是根据点拟合圆和直线的matlab程序,比较简单实用-This is the basis of points won and a straight line fitting the matlab procedure is relatively simple and practical
Platform: | Size: 1024 | Author: 翟乐 | Hits:

[Graph programImageprocessing

Description: 图象处理算法代码,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。-Image processing algorithm code, including painting a straight line, anti-aliased line, circle, drawing an oval, rectangular painting, painting polygon, rectangle fill, polygon fill, 3D transformation, light, texture and so on.
Platform: | Size: 326656 | Author: 11 | Hits:

[Special EffectsHough-circle-detection

Description: M_MAP教你如何用MATLAB绘制海洋、大气类的图。可以使用各种投影,添加各种精度的岸线,绘制的图清晰美观。-M_MAP teach you how to use MATLAB mapping ocean, the atmosphere kind of map. Can use a variety of projection, the line to add a variety of precision, drawing a clear appearance of the map.
Platform: | Size: 53248 | Author: lijin | Hits:

[Graph programcircle

Description: 基于vb的圆的扫描线填充算法,通俗易懂,便于理解和操作,有详细说明-Vb round based on the scan line fill algorithm, user-friendly, easy to understand and operate, is described in detail
Platform: | Size: 4096 | Author: 姚月 | Hits:

[OpenGL programLine

Description: Circle midpoint using openGL
Platform: | Size: 266240 | Author: Shobi | Hits:

[Graph Drawinga-circular-moves-along--sin_-line

Description: 该程序演示的是反复沿一段正弦线移动的圆圈。-The program demonstrates that the repeated moving along a sinusoidal line circle.
Platform: | Size: 1454080 | Author: majun | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net