CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 2D图形编程 搜索资源 - code line

搜索资源列表

  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
    • 文件大小:8.41kb
    • 提供者:susu
  1. 大型数字图形图像系统VC源码

    1下载:
  2. 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:306.39kb
    • 提供者:李为民
  1. vlax

    0下载:
  2. 在VB中怎样通过代码中的两个类实现像VLISP或ARX那样,很好的控制SPLINE及PLINE线。-in VB code through how the two categories of achievement or as VLISP ARX, SPLINE good control and PLINE line.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4.49kb
    • 提供者:邵志民
  1. Hough-tuoyuan

    2下载:
  2. Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.48kb
    • 提供者:郭飞
  1. HoughTrans

    1下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:64.55kb
    • 提供者:wxj
  1. CG.zip

    0下载:
  2. 计算机图形学作业算法 VC++程序源码 含画直线(逐点比较法)、二维裁剪(中点分割算法)、判别点在区域内外(标号法)等算法,经我修改用于保存手动提取图形特征点,Computer graphics algorithms operating VC++ Program source code containing paint a straight line (point by point comparison method), two-dimensional cutting (mid-poin
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:41.57kb
    • 提供者:fei243
  1. CGcode

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:3.49kb
    • 提供者:lynn
  1. Cohen-Sutherland

    0下载:
  2. 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2.04kb
    • 提供者:Aboy
  1. ParallelLine

    0下载:
  2. 最近一直处理多边形相关的处理,包括自相交图形分割,有洞多边形的分割,任意不相交多边形的三角分割,其中用到了折线平行线的生成算法,见附件。提高了图形的描画速度。以后会继续上传多边形处理的论文和处理代码。-Have recently been dealing with polygon-related processing, including the self-intersection graph partition, there are holes polygons partition, arbi
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:88.2kb
    • 提供者:xiaoqing_001
  1. line

    0下载:
  2. 几个图形生成的代码,其中有直线,圆,抛物线和自由曲线的生成-Several graphics generated code, including a straight line, circle, parabola, and the generation of free-form curve
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:20.51kb
    • 提供者:lcy985
  1. hough_line

    0下载:
  2. this is a code for line detection in noisy image using hough transform
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:1.32kb
    • 提供者:lavik
  1. tst_ClippingByRect

    0下载:
  2. Clipping By Rectangle code. Line Object and Polygon Object Clipping By Rectangle
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:24.24kb
    • 提供者:kim
  1. drawing-an-imitation-vb-source-code

    0下载:
  2. 一个仿画图板的画图vb源代码,包括画圆、直线、矩形以及手笔等功能。-Drawing board drawing an imitation vb source code, including circle, line, rectangle, and handwriting functions.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:42.17kb
    • 提供者:ssw
  1. two-dimension-line-clipping

    0下载:
  2. 二维线段剪裁代码,用了多次取中值的方法进行的,内容还包括实验报告。-Two-dimensional cut line code, with a number of methods to take the value, and also includes test reports.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:83.53kb
    • 提供者:牛文龙
  1. line-suanfa

    0下载:
  2. 画直线算法源代码,包括B算法画直线和DDA算法画直线-Straight-line drawing algorithm source code, including the the algorithm B draw a straight line, and the DDA algorithm for drawing a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-30
    • 文件大小:2.24mb
    • 提供者:mary
  1. line

    0下载:
  2. 最小二乘直线拟合(对离散点进行的最佳直线拟合)-there is a code of line fitting
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:5.75kb
    • 提供者:xiaoxie
  1. code

    0下载:
  2. 扫描线种子填充,主要面向学习计算机图形学的朋友-Scan line seed fill, mainly for the study of computer graphics friends
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:2.74kb
    • 提供者:Irene
  1. code

    0下载:
  2. 该程序基于霍夫变换实现直线提取 用到了canny算法-The program is based on the Hough transform for line extraction canny algorithm is used
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:605.15kb
    • 提供者:陈成
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6.71kb
    • 提供者:灿钿
  1. line-drawing.tar

    0下载:
  2. C++ program code for line drawing (DDA and Bresenham s)
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:684byte
    • 提供者:Pinaki Ghosh
« 12 »
搜珍网 www.dssz.com