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

搜索资源列表

  1. Bresenham_line

    0下载:
  2. Bresenham直线算法的一些资料,包括推理过程-Bresenham line algorithm for some of the information, including the reasoning process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:964881
    • 提供者:link
  1. CG1

    0下载:
  2. 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:2163818
    • 提供者:林思哲
  1. boshu

    1下载:
  2. 波束形成算法源程序,基于均匀直线阵列的波束形成算法仿真-Source beamforming algorithm, based on the uniform linear array beamforming algorithm simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:daiwei
  1. lena

    0下载:
  2. 基于hough变换的直线检测(—)。前面的可能是充数的(5个耶,不是所有程序我都有版权的,呵呵)。这个绝对有版权,我的课程设计,拿专业第一名的,站长认真看。看完这些废话可以帮我删了。 lena图,hough变换的前期处理工作,涉及到图像增强,锐化,滤波,二值化等技术,附有算法的详细说明,和使用的各种算子。-Hough transform based line detection (-). In front of the number may be necessary and sufficie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:203042
    • 提供者:刘涛
  1. gh

    0下载:
  2. 1. 简单图元的生成(如直线、圆、长方形等) 2. 用DDA算法或中点(Besenham)算法实现直线段、椭圆或圆的绘制 3. 用扫描线填充算法进行区域填充,用Sutherland 裁剪算法裁减多边形 4. BEZIER曲线或B样条曲线的绘制 5. 个性化图形软件包的开发 6. 所有文件包括源码和截图-1. Easy metafile generation (such as linear, round, rectangular, etc) 2. Using DDA algor
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-04
    • 文件大小:1445148
    • 提供者:lixuan
  1. Bresenham_Line

    0下载:
  2. Bresenham直线算法,绘制各个方向上的直线,利用MFC实现-Bresenham line algorithm, draw a straight line in all directions on the use of MFC implementation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-22
    • 文件大小:6239185
    • 提供者:Reagan
  1. hough

    1下载:
  2. 对于较粗的样本点集 hough 算法是不可能做到检测全部直线的. 另一方面 hough 还会测出许多不存在的直线. 在应用的时候只能根据需要自己标定 精度. 以下是我在MATLAB下开发的hough函数 输入一个灰度图形矩阵, 返回 最长直线斜率. 用来做图形倾斜校正的. 希望贴出来还能有点用吧~-For a sample point set coarse algorithm hough it is not possible to do all the straight line de
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:705
    • 提供者:paul
  1. Bresenham_Line

    0下载:
  2. 使用MATLAB 6.5开发,扫描线算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:流星
  1. BresLine

    0下载:
  2. 一个实现柏森汉姆直线算法的小程序,不是自己编的,不过还能用-柏森汉姆a straight-line algorithm to achieve a small process, rather than own, but also with
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6189
    • 提供者:mike
  1. DrawImage

    0下载:
  2. 该程序是用JAVA来实现图形学中的中点算法来画直线,圆,椭圆!-The program is a JAVA Graphics to achieve the mid-point algorithm to draw a straight line, round, oval!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:11966
    • 提供者:杨德伟
  1. linedetection

    0下载:
  2. 图像中的直线检测,hough变换的理论讲解和实现算法-Straight-line image detection, hough transform algorithm and the realization of the theory to explain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:157019
    • 提供者:
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. segmentatioin

    0下载:
  2. Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:130937
    • 提供者:王政博
  1. Linear

    0下载:
  2. 直线型最小二乘法算法,程序运行正确,已经测试过的,可以嵌入自己的程序中,很有用的。-Linear least squares algorithm, the program is running correctly, has been tested and can be embedded in the process of their own, very useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:218144
    • 提供者:石利
  1. Hough

    0下载:
  2. 图像处理中经典的hough变换算法,检测直线,顺带有canny算法进行边缘检测-Classical image processing algorithm hough transform to detect straight lines, incidentally, are canny edge detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3788944
    • 提供者:hj zhang
  1. music

    1下载:
  2. MUSIC算法的仿真及性能分析:信源数N=3,分别来自于 =-10度, =0度, =10度;信源为相互独立幅度相同的信号;噪声为服从高斯分布的独立噪声;均匀等距直线阵,阵元数为8,波长 ;-MUSIC algorithm for the simulation and performance analysis
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:5066
    • 提供者:苏霞
  1. z4

    0下载:
  2. 摘 要:本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。-Abstract: This paper studies the direction of arbitrary uniform linear m
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:137465
    • 提供者:zy
  1. DDALine

    0下载:
  2. 本次实验的目的就是验证直线生成的三种扫描算法,并要求对基本算法进行扩充和改进,包括:利用Visual C++实现三种直线生成算法,验证算法的正确性;-DDALineDDALineDDALineDDALineDDALineDDALineDDALineDDALine
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:379216
    • 提供者:小青
  1. Line

    0下载:
  2. 实现直线的DDA算法和椭圆中点算法,和图形的显示,如拉框放大。和CS裁剪算法的实现-The DDA algorithm to achieve a straight line and elliptical mid-point algorithm, and graphical display, such as pull boxes to enlarge. Cut algorithm and the realization of CS
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4042761
    • 提供者:胖皮
  1. ComputerGraphicCourse

    0下载:
  2. 直线、圆、椭圆二维图形的生成。直线的生成算法有DDA、Bbresenham、point,圆的生成算法有bresenham等 此系统还包含裁剪操作。 曲线的生成算法:bezier曲线 三维操作:三维物体旋转变化、穿越三维空间、虚线三维空间-Straight, round, oval to generate two-dimensional graphics. Straight-line algorithm to generate the DDA, Bbresenham, point, c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2770308
    • 提供者:张晨雨
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com