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

搜索资源列表

  1. DrawLine

    0下载:
  2. 使用Bresenham算法生成直线.Bresenham算法的基本原理就是将光栅设备的各行各列象素中心连接起来构造一组虚拟网格线。按直线从起点到终点的顺序计算直线与各垂直方向网格线的交点,然后确定该列象素中与此交点最近的象素。-Using the Bresenham algorithm to generate a straight line.The basic principle of Bresenham algorithm is to each row of each column of pix
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:401080
    • 提供者:zhongqiyong
  1. Q4

    0下载:
  2. H with bresenham’s or Digital Differential Analyzer Algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-12
    • 文件大小:713
    • 提供者:Naveed Ghaffar
  1. Graphics-comprehensive-experiment

    0下载:
  2. 1.1实现绘制Bresenham直线 运用Bresenham算法,通过点绘制实现直线。 1.2实现种子填充算法 运用4连通种子填充算法,实现填充矩形的颜色填充和矩形框内的颜色填充。 1.3实现几何变换 运用glRotated、glTranslated、glScaled实现几何图像的旋转、平移、放大、缩小。 1.4实现窗口裁剪 通过Cohen_Sutherland、Sutherland_Hodgman实现线段裁剪和多边形裁剪。 1.5实现绘制曲线 通过Bezie
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:257204
    • 提供者:林伟鸿
  1. The-straight-line-and-circle

    0下载:
  2. 、直线段和圆的扫描转换 (1)三种方法完成直线段的扫描转换(DDA、中点法和Bresenham法) (2)两种方法完成圆的扫描转换(中点法和Bresenham法) -Line segments and circular scan converter (6 hours) (1) three methods to complete the scan conversion line segment (DDA, the midpoint method and Bresenham meth
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3904553
    • 提供者:彭家浩
  1. Brl

    0下载:
  2. Bresenham画直线,不错的代码,虽然很基础-Bresenham draw line,Good code, although very foundation
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-24
    • 文件大小:281176
    • 提供者:张开
  1. LineBresenham

    0下载:
  2. 直线Bresenham算法的实现,用visual c++编写-achieve lineBresenham algorithm written with visual c++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:210688
    • 提供者:
  1. GaiJingBresenham

    0下载:
  2. 改进的Bresenham算法,用visual c++ 实现-Improved Bresenham algorithm, using visual c++ achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:211602
    • 提供者:
  1. Bresenhamdrawing-algorithm

    0下载:
  2. Bresenham直线生成算法的改进,可据此编写单片机驱动液晶屏的点线-Bresenham line drawing algorithm improvements accordingly write MCU LCD driver dotted line
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:246931
    • 提供者:panbing
  1. Bresenham_1937491052005

    0下载:
  2. This code implements Bresenham algorithm for drawing cricle.This technique can be appied to draw anything (not only circle). I use mingw32 and openGL library.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1131
    • 提供者:an0malia
  1. Line

    0下载:
  2. 用DDA算法、中点算法、Bresenham算法完成直线绘制-Using DDA algorithm, midpoint algorithm and resenham algorithm complete line drawing
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-30
    • 文件大小:11998056
    • 提供者:Shirley
  1. main

    1下载:
  2. 通过Bresenham算法实现任意宽度的直线的绘制。-Bresenham line
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1049
    • 提供者:沐洛
  1. Bresenhamline

    0下载:
  2. 杜晓增计算机图形学基础Bresenham画线源码-Du Xiaozeng computer graphics based Bresenham line source
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-29
    • 文件大小:374541
    • 提供者:liuliwen
  1. BresenhamCircle

    0下载:
  2. 杜晓增计算机图形学基础Bresenham法画圆源程序-Du Xiaozeng computer graphics based Bresenham law circle source program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-28
    • 文件大小:374837
    • 提供者:liuliwen
  1. cgdemoView

    0下载:
  2. 数值微分DDA画线法、中点画线法、Bresenham画线法、中点画圆法、中点画椭圆法、递归种子填充算法、简单种子填充算法、Liang_Barsky裁剪算法、Suther_Land多边形 、扫描线种子填充算法-DDA line drawing numerical differentiation method, the dotted line method, Bresenham line drawing method, midpoint Circle France, were dotted el
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7278
    • 提供者:陈庆然
  1. cgdemo

    0下载:
  2. 在使用中点画线法的思想,编程实现bresenham画线法,代码添加有注释-In use, the dotted line method of thinking, programming bresenham line drawing method, add the code annotated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:55993
    • 提供者:陈庆然
  1. HW3

    0下载:
  2. opengl绘制圆的三种算法,中心点画圆,bresenham画圆和正负法画圆。-Three kinds of algorithm of circle drawing OpenGL, center point circle, circle and law circle of positive and negative bresenham.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-25
    • 文件大小:8478720
    • 提供者:小樱
  1. Bresenham2

    0下载:
  2. 计算机图形学-圆中点Bresenham算法(图形界面)-Bresenham circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-11
    • 文件大小:2494156
    • 提供者:陈惠丽
  1. OpencvCircle_Line

    0下载:
  2. Qt、Opencv环境下,演示ptr、at()函数遍历图像示例,在该示例中显示了简单圆和线的绘制。仅仅用于教学演示,没有采用Bresenham等快速算法。-Under Qt, Opencv environment, demonstrate ptr, at () function to traverse a sample image showing the draw simple circles and lines in this example. Only for teaching demons
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:5152
    • 提供者:dengshaogeng
  1. DDA

    0下载:
  2. 基于openGL的代码,在VS2010上实现 1.直线的DDA算法 2.直线的Bresenham算法 3.圆弧的生成算法 -OpenGL code based on the realization VS2010 1. DDA line algorithm 2. Bresenham line algorithm 3. Arc generation algorithm
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5126997
    • 提供者:紫陌
  1. vp9_textblit

    0下载:
  2. Bresenham line algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:tzlanghs
« 1 2 ... 32 33 34 35 36 3738 39 40 41 »
搜珍网 www.dssz.com