CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线算法

搜索资源列表

  1. Bresenham_drawline

    0下载:
  2. 计算机图形学 opengl bresenham画直线算法-Computer graphics opengl bresenham painting a straight line algorithms
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:9384
    • 提供者:vance
  1. Surtherland

    0下载:
  2. 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:1553
    • 提供者:刘娟
  1. opengl

    0下载:
  2. 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-27
    • 文件大小:3467
    • 提供者:猫子
  1. include2

    0下载:
  2. 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。-Understanding of the principles of cutting two-dimensional graphics (point of cutting, cutting a straight line, polygon clipping), the use of VC+ OpenGL to achieve a straight line cutting algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:4189
    • 提供者:zhanyun
  1. Shiyan5

    0下载:
  2. 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2073900
    • 提供者:飓风
  1. Bresenham

    0下载:
  2. 经典的Bresenham算法,对与初学直线算法的人,有一点用处-Classical Bresenham algorithm, a straight line algorithms with beginners who have use
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:697115
    • 提供者:GilBert
  1. case10

    0下载:
  2. Cohen-Sutherland直线裁剪算法,设置裁剪窗口,任意画一条直线进行裁剪-Cohen-Sutherland line clipping algorithm, set the cutting window, draw a straight line to cut any
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:288130
    • 提供者:winsome
  1. Bresenhan_Line

    0下载:
  2. 利用C#实现bresenhan算法画线,是一种高效的绘制直线算法-Algorithm using C# to achieve bresenhan draw lines, is a highly efficient algorithm for drawing a straight line
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1021
    • 提供者:Monss
  1. ii

    0下载:
  2. 实现绘制各种情况直线的Bresenham算法,并将实现的算法应用于任意多边形的绘制,要求多边形的顶点由键盘输入或鼠标拾取,绘制的多边形顶点要准确,图形应该封闭。 要求掌握Bresenham算法的基本原理和算法设计,画出算法实现的程序流程图,使用C或者VC++实现算法,并演示。 -Implementation of the Bresenham line drawing algorithm for various situations, and to achieve an arbitrary
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1907507
    • 提供者:linym
  1. Geometer

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. ScanLineAlgorithmfortheregionfilled

    0下载:
  2. 扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:5477
    • 提供者:zhao_xinping
  1. drawline

    0下载:
  2. 伯明翰直线算法C语言实现,纯c语言实现,大家参考用-Birmingham line algorithm C language implementation, pure c language implementation, we reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1494
    • 提供者:zdf
  1. Graphic

    0下载:
  2. 使用C语言编写的一些简单的图形算法基础,其中有中点直线算法,中点画圆,种子填充和裁剪算法。-Using the C language written in the basis of some simple graph algorithms, including the midpoint of a straight line algorithms, the mid-point Circle, seed filling and clipping algorithms.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:58358
    • 提供者:周拓
  1. BresenhamsLinePlottingAlgorithm

    0下载:
  2. 让您使用布雷森汉姆直线算法绘制线。使用回调来使用自定义像素绘图功能-Allows you to draw the line using Bresenham' s line algorithm. The use of callbacks, allowing you to use a custom pixel graphics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1333
    • 提供者:李宝生
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. hough_line

    0下载:
  2. 使用hough变换进行图像中直线的提取是一种较为有效地算法,它能有效地拟合一些断点。-Hough transform image using the straight-line extraction is a more efficient algorithm, it can effectively fit a number of breakpoints.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:449551
    • 提供者:alex
  1. Graphics

    0下载:
  2. 图形学简单代码,主要是直线算法,圆,椭圆以及填充等等!-it is a easy code of graphcis!
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:108697
    • 提供者:陈永清
  1. CG

    0下载:
  2. 实现了直线的DDA算法,圆和椭圆的中点算法的底层代码。-DDA algorithm to achieve a straight line, circle and ellipse midpoint algorithm underlying code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:20857
    • 提供者:日月神君
  1. BaseAutopanoramareserch

    0下载:
  2. 别对两幅图像提取广义特征点后, 利用基于根均方误差和交叉相关的两级匹配算法完成同名控制点的建立。并以局部加权直线拟合方法来校正图像 的几何畸变。最后建立两幅图像之间的函数映射关系,完成图像的配准。实验结果证明了该方法的有效性。-Do the two images extracted generalized characteristic point, the root mean square error-based and cross-correlation of the two cont
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:568601
    • 提供者:林杰
  1. fhouhgh

    0下载:
  2. 利用霍夫变换进行直线检测的算法实现 设置不同的阈值来控制直线的输出-detect lines in image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1715
    • 提供者:lihao
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com