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

搜索资源列表

  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. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3618
    • 提供者:guosonl
  1. closegrclosegraph

    0下载:
  2. 计算机图形学代码,区域填充.做期末课程设计的可以拿去做参考.-Computer graphics code, area filling. So at the end of courses designed to do to get ready reference.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:fromth
  1. flood_fill_8

    0下载:
  2. 八连通区域填充的算法实现,根据课本的伪代码实现-Eight connected region filling algorithm, according to the textbook pseudocode
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1945769
    • 提供者:eric
  1. stack_fill

    0下载:
  2. 使用压入栈种子点填充算法进行区域填充,使用MFC框架实现-Using the stack seeds filling area filling algorithm, using the MFC framework to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1929672
    • 提供者:eric
  1. region

    0下载:
  2. 实现使用图像的区域处理,区域过滤,区域填充等内容-Image of the region to deal with
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:639
    • 提供者:tution
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中-this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generati
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-14
    • 文件大小:3255359
    • 提供者:杨风
  1. (openGL)Fllood_4_8

    4下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规则区域的边界。 种子填充算法,可用4联通或8联通任选一种
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:647454
    • 提供者:赵雯雯
  1. COMPUTER_GRAPHICS

    0下载:
  2. 本程序实现了计算机图形学的一些典型算法,如中点画线,中点画圆,Bresenham画线,Bresenham画圆,Bezier曲线,B样条曲线,区域填充-This program implements a typical computer graphics algorithms, such as the dotted line, the midpoint Circle, Bresenham line drawing, Bresenham circle, Bezier curves, B-spline
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4821196
    • 提供者:康锐
  1. Fill-Polygon

    0下载:
  2.   实现二维扫描转换多边形的扫描线算法   实现二维连通区域填充的种子填充算法(四连通或八连通)   实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 -Realization of two-dimensional polygon scan conversion algorithm dimensional scan line connected region filled seed filling algorithm (four or eight con
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:193406
    • 提供者:沈亦苏
  1. image-processing

    0下载:
  2. 图像处理,均值滤波、算数均值滤波、中值滤波,利用TV算法进行图像修补,区域填充,用网格函数实现坐标定位-Image processing, mean filtering, arithmetic mean filtering, median filtering, the use of TV algorithm for image repair, area filling, with the grid coordinates to locate function to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:191289
    • 提供者:陈久生
  1. FloodFill

    0下载:
  2. 该源码通过递归的方法来实现对一边框图形的区域填充,简单易懂,不过效率是一个遗憾。-The source through a recursive method to achieve a border area filled with graphics, easy to understand, but the efficiency is a pity.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1295
    • 提供者:zcl
  1. lisansanjiao

    0下载:
  2. 主要研究离散点的Delaunay三角网生成算法、基于三角网等值线生成算法以及等值线区域填充-Main research Delaunay triangular mesh generation algorithm of discrete points isoline, based on triangular mesh generation algorithm and contour area filling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:220411
    • 提供者:cumtchenye
  1. GUI

    0下载:
  2. TFT显示屏GUI程序源码,内有画线、点、圆形等区域填充及图片填充函数和算法。-TFT-GUI program,includes dot,circle,or other math function.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:2758
    • 提供者:hdragon
  1. Seed-area-filling

    0下载:
  2. 此程序为种子区域填充算法,运行时需要加载gl/glut.h-This program area for seed filling algorithm, the runtime needs to load gl/glut.h
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:909745
    • 提供者:郑前钢
  1. NonRectageSweepFillAlgorithm

    0下载:
  2. 代码演示了多边形内部区域填充算法,基于OpenGL像素填充,算法很精悍,已经封装成了一个类,可以直接调用.-Code demonstrates the polygon interior region filling algorithm, based on OpenGL pixel fill algorithm is very lean, has been packaged into a class that can be called directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:975525
    • 提供者:qianwan
  1. plot

    0下载:
  2. 在matlab里实现画图,分别可以画出五角星,长城和区域填充-In matlab realize in drawing,respectively, can draw a pentagram, the Great Wall and the area fills
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:706
    • 提供者:ddd
  1. CadSurf

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角。与画圆弧类似,具
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:569
    • 提供者:邹皓
  1. tuxiangchuli

    0下载:
  2. 数字图像处理中计算连通域、连通域提取以及区域填充的程序,供大家参考!-Digital image processing computing connected domain, connected domain extraction and area filling procedures, for your reference!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:788
    • 提供者:
  1. area_full_Matlab

    0下载:
  2. 利用matlab编写,符合以下要求 1.鼠标点几点连成一个区域,填充颜色。 2.多次重叠交叉的区域填充-Use matlab write, meet the following requirements 1. Several mouse connected into an area filled with color. 2. Multiple overlapping cross the area fills
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:38097
    • 提供者:wu
  1. Area-filling-algorithm-framework

    0下载:
  2. 区域填充算法基本的框架以及用来使用的素材-Area filling algorithm framework
  3. 所属分类:File Formats

    • 发布日期:2017-05-23
    • 文件大小:6970958
    • 提供者:HBY
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 26 »
搜珍网 www.dssz.com