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

搜索资源列表

  1. V2dCAD3.0

    2下载:
  2. 一个简单的二维图形编辑器.实现了缩放,平移,旋转,镜像等功能.并提供,直线,圆,矩形等基本图元的算法.适合于计算机图形学的学习和应用.-a simple two-dimensional graphics editor. To achieve the scalability, translation, rotation, mirroring capabilities. And to provide a straight, a round, rectangular map yuan basic al
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:234.36kb
    • 提供者:zhaoyong
  1. CG_Line

    0下载:
  2. 计算机图形学的简单设计,包括dda算法,brem算法和矩形,圆的绘制-simple computer graphics design, including dda algorithm, Brem algorithm and rectangular, circular mapping
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:16.25kb
    • 提供者:burnett
  1. imagelab2

    0下载:
  2. 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:98.04kb
    • 提供者:周姗姗
  1. imagelab3

    0下载:
  2. 像点属性划分,具体画出了一个矩形和一个圆,两者相交,通过鼠标点击判断当前点属于矩形还是圆,用Besenham算法画直线和圆,计算机视觉的一个实验作业。-pixel attribute division, a painted concrete rectangle and a circle, the two intersect. Click on the mouse through judging the present point is rectangular or circular, paint
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:95.9kb
    • 提供者:周姗姗
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:570.47kb
    • 提供者:朱磊
  1. opencv_sample.rar

    0下载:
  2. 在mfc中使用opencv的开发实例,实现了canny算法、矩形检测、金字塔切割等算法,mfc,opencv,canny,find square...
  3. 所属分类:2D图形编程

    • 发布日期:2017-05-29
    • 文件大小:11.59mb
    • 提供者:hopper
  1. barsky

    0下载:
  2. 梁友栋算法,矩形裁剪直线 按1鼠标画直线,按2鼠标画矩形,并且矩形会裁剪直线-Liang Dong algorithm, a rectangular cut a straight line drawn by a mouse line, according to two mouse draw a rectangle, and the rectangle will be cut a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:2.04kb
    • 提供者:xuhuihui
  1. 88888

    0下载:
  2. 介绍了矩形窗口的二维线段裁剪算法,图形界面友好,程序简洁易懂-Introduced the two-dimensional rectangular window Line Clipping algorithm, graphical user-friendly, the program simple and easy to understand
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-02
    • 文件大小:13.23mb
    • 提供者:凌莉
  1. MinAreaRectangle

    0下载:
  2. 对平面上的点集,寻找它的最小面积包围矩形,最小周长包围矩形,以及最大距离点对。算法采用了游标卡尺的思想,在找到凸包后时间复杂度为线性。-for finding the minimum area encasing rectangle and the maximum distance pair. The complexity of this algorithm is O(n),so it s very fast.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:4.15kb
    • 提供者:highflybird
  1. tuxingsuanfa

    0下载:
  2. 使用扫描算法进行直线、矩形的绘制,适合初学者熟悉扫描算法-Scanning algorithm using linear, rectangular drawing, suitable for beginners familiar with scanning algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:1.28kb
    • 提供者:汤尚
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-17
    • 文件大小:84.91kb
    • 提供者:xuzhimin
  1. face

    0下载:
  2. 人脸检测C源程序,主要是最小外接矩形算法和椒盐去噪,中值滤波的实现程序。-Face Detection C source, minimum bounding rectangle algorithm and salt and pepper denoising, the realization of the program of the median filter.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:11.38kb
    • 提供者:君君
  1. LineCutting

    0下载:
  2. 实现矩形区域的二维裁剪,所用的算法为Cohen-Sutherland裁剪算法-Realization of two-dimensional rectangular area cut, the algorithm used for the Cohen-Sutherland clipping algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:18.06kb
    • 提供者:Liu Zhiqiang
  1. shape

    0下载:
  2. 准备面试时的形状相关的算法实现。Shape, 矩形、三角形等。-Prepare for interview: shape associated algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:7.64kb
    • 提供者:clangpp
  1. Pencil

    0下载:
  2. 基于C #,VS2012平台,使用不同的算法,绘制基本图形如:圆形,矩形等。可实现画笔基本的颜色,粗细调整等。可实现基本功能:擦除,裁剪等。-Based on C#, VS2012 platform, using different algorithms, the basic graphics rendering such as: circle, rectangle etc.. And the basic colors, adjust the thickness. The realization
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:147.19kb
    • 提供者:安安
搜珍网 www.dssz.com