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

搜索资源列表

  1. 计算机图形算法演示

    0下载:
  2. 画直线_反走样直线_圆_椭圆_矩形_多边形_矩形填充_多边形填充_3D变换_光照_贴图
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:417170
    • 提供者:
  1. 图行算法

    0下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理-download the original code, the computer graphics programming practice, including painting line, anti-aliasing straight Circle, pai
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:417483
    • 提供者:wuxuegang
  1. 纤维处理软件sob+hough直线检测+自动判定

    1下载:
  2. 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:43167
    • 提供者:唐军
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. Bresenham算法编程演示

    0下载:
  2. 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,
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:8611
    • 提供者:susu
  1. 图形学中三种画直线算法源码

    0下载:
  2. 这是OpenGL MinGW运行的文件,这是学习图形学时所编的实现代码-This is the OpenGL MinGW running in the paper, which is studying graphics as part of the realization of code
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:21223
    • 提供者:李建康
  1. 公路曲线算法

    0下载:
  2. 公路曲线设计的源码,用于计算缓和曲线,圆曲线,直线上的坐标-highway curve design the source code used in the calculation of relaxation curves, round curve, the coordinates on the Line
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:21477
    • 提供者:逆不道
  1. DDA画直线实验一

    0下载:
  2. DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4325
    • 提供者:郑平
  1. mybit

    0下载:
  2. 此程序用于直线裁剪,利用中点裁剪直线算法,先画直线,再画裁剪框,然后进行裁剪。裁剪的方法可以裁里面,也可以裁外面。-This procedure for straight cutting, using the midpoint of cutting a straight line algorithms, first drawing a straight line, then draw cutting box, and then cut. Cutting method can cut inside
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1709302
    • 提供者:程元森
  1. 两种直线划线算法

    0下载:
  2. 使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
  3. 所属分类:其他

  1. 案例12-Cohen-Sutherland直线段裁剪

    0下载:
  2. 计算机图形学Cohen-Sutherland直线段裁剪的算法(Computer graphics Cohen-Sutherland line segment cutting algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:4770816
    • 提供者:时已惘然
  1. 基于backtracking和0.618的两种梯度下降直线搜索算法

    3下载:
  2. 本算法为凸优化中的常用优化算法:梯度下降算法。本程序由matlab编写,内含有注释,分别用非精确直线搜索和精确直线搜索两种方法实现了梯度下降算法。
  3. 所属分类:matlab例程

  1. 案例13-直线段中点分割算法

    0下载:
  2. 计算机图形学里的投影透视算法,所用软件是C++(Projection perspective algorithm in computer graphics)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2770944
    • 提供者:冰冰冰冰
  1. 图形学算法

    1下载:
  2. DDA,Bresenham直线曲线级填充算法
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:159117
    • 提供者:Arch_Devil
  1. 基于LSD的直线提取算法

    0下载:
  2. 基于LSD的直线提取算法的原理、特点介绍(Introduction of straight line extraction algorithm based on LSD)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-28
    • 文件大小:955392
    • 提供者:artemis_wss
  1. DDA、中点及Bresenham算法生成直线

    0下载:
  2. 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
  3. 所属分类:2D图形编程

    • 发布日期:2018-05-01
    • 文件大小:11264
    • 提供者:lxenia
  1. 利用de Boor算法绘制B样条曲线

    6下载:
  2. 运用计算机图形学的知识,采用4阶B样条基函数,节点向量取为[0,0,0,0,1/4,2/4,3/4,1,1,1,1] 先绘制控制多边形,再用分段直线段绘制B样条曲线(Using the knowledge of computer graphics, the 4 order B spline basis function is used, and the node vector is taken as [0,0,0,0,1/4,2/4,3/4,1,1,1,1]. First, draw
  3. 所属分类:图形图象

    • 发布日期:2019-11-01
    • 文件大小:47104
    • 提供者:zgwxc116
  1. 最小二乘法分段直线拟合

    2下载:
  2. 曲线拟合是图像分析中非常重要的描述符号。最常用的曲线拟合方法是最小二乘法,然而一般的最小二乘法有一定的局限性,已经有不少学者对其进行了一些改进。进一步对最小二乘法进行改进,提出一种新的分段直线拟合算法来代替多项式曲线拟合,以达到简化数学模型的建立和减少计算的目的,使其能够更好地对点序列进行拟合。(Curve fitting is a very important descr iptor in image analysis,the most commonly used curve fitting
  3. 所属分类:文章/文档

    • 发布日期:2019-08-08
    • 文件大小:191488
    • 提供者:tintintin
  1. LSD直线提取算法MATLAB

    8下载:
  2. 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-(LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-01
    • 文件大小:330752
    • 提供者:hanpuxia
  1. 直线光栅扫描转换算法的实现

    1下载:
  2. 通过C++实现直线光栅扫描转换算法的示例(Implementation of Linear Grating Scanning Conversion Algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-03-18
    • 文件大小:162816
    • 提供者:将图南·
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com