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

搜索资源列表

  1. 0804402206tuxingxue

    0下载:
  2. 实验目的 1) 通过对Visual C++的学习,掌握Visual C++图形程序设计的方法,为计算机图形学原理部分的算法实现提供程序工具和方法。 2) 通过本次实验,把在《计算机图形学》课程中学到的种子填充算法的基本原理和算法设计知识运用到实际当中来,达到学以致用的目的。 3) 了解计算机图形学的原理、方法和应用。 -Experiment purpose1) based on Visual C++ learning, mastery of Visual C++ program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-02
    • 文件大小:975900
    • 提供者:尹晓玲
  1. an

    0下载:
  2. 数值微分DDA画线法,breseham画线法,中点画圆法,种子填充算法。-Draw a line, elliptical and other graphic picture
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10929394
    • 提供者:陈长春
  1. quyusilinjietianchongsuanfa-

    1下载:
  2. 多边形区域四邻接点填充算法,种子填充算法,源代码-Based on VC++ and MFC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3800821
    • 提供者:陈萍
  1. Edge-detection

    0下载:
  2. 各种边缘检测:robert边缘检测,sobel边缘检测,prewitt边缘检测,kirsch边缘检测,gauss边缘检测,利用Hough变换检测平行直线,轮廓提取,种子填充算法1,2,3.-Various edge detection: Robert Sobel edge detection, edge detection, edge detection and edge detection of Prewitt, Kirsch, Gauss edge detection, the use of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:51496
    • 提供者:Lee Simth
  1. seed-fill

    0下载:
  2. 八连通扫描线种子填充算法,可改成四连通区域填充-seed fill
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:858
    • 提供者:林清风
  1. SeedFill

    0下载:
  2. 使用java写的种子填充算法,图形学经典算法区域填充算法。-seed fill .
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:3370
    • 提供者:liangbo
  1. Sample

    0下载:
  2. 画图程序,包含界面,有扫描线算法,种子填充算法-Paint program, including the interface, the scan line algorithm, seed filling algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-20
    • 文件大小:5961605
    • 提供者:张小乙
  1. LantrunMake

    0下载:
  2. 。画种子填充算法。画种子 填充算法。 画种子填充算法。-Painting seed filling algorithm. Painting seed filling algorithm. Painting seed filling algorithm. Painting seed filling algorithm. Painting seed filling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:59883
    • 提供者:赵王秀晶
  1. quyu

    0下载:
  2. 区域扫描算法的实现,也包括种子填充算法;有点问题需要调试-Area scanning algorithm, including seed filling algorithm little problem requires debugging
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1978395
    • 提供者:林不凡
  1. Graphics

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

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

    0下载:
  2. 这是一个扫描线种子填充算法的程序,这个程序的演示效果不错-This is a scan line seed fill algorithm program, this program demonstrates good results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:61978
    • 提供者:王着
  1. 20130119

    0下载:
  2. 数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2).
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:2113961
    • 提供者:谢生龙
  1. MyHomeWork1_2

    0下载:
  2. 计算机图形学 几种区域填充算法的实现:1扫描线转换填充算法 2边填充算法 3区域的种子填充算法 4压入区段端点的扫描线种子填充算法-Computer graphics PROJECT :The realization area filling algorithm based on OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:4790776
    • 提供者:wang
  1. Fill

    0下载:
  2. 计算机图形学三种种子填充算法,实现了有序边表填充,边标志填充,种子填充三种算法。-three fill alogrithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2008714
    • 提供者:
  1. circle

    0下载:
  2.   1、编程实现 利用1/8圆中点算法和Bresenham算法生成圆,并显示。   2、推导1/4圆的中点画圆算法,并编程实现。   3.、构造任意一个边界表示的多边形,假定该多边形内部是四连通的。要求:用种子填充算法实现对多边形内部的填充。-1, the programming system to use the 1/8 round midpoint circle algorithm and Bresenham algorithm to generate and display. 2,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:2399562
    • 提供者:郭帏
  1. areafills

    0下载:
  2. 1.扫描线种子填充算法实现多边形内实面积填充。 2.用边标志填充算法实现多边形内实面积填充。-1.scan line seed fill algorithm implemented within the polygon area fill. 2. with the edge flag filling algorithm implemented within the polygon area fill.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-23
    • 文件大小:1945349
    • 提供者:小柯
  1. flood

    2下载:
  2. 洪水淹没算法,二次开发算法。c#版本,主要是种子填充算法-Flooded algorithm, secondary development algorithms. c# version, mainly seed fill algorithm
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:163158
    • 提供者:yangjianpeng
  1. Graphics

    0下载:
  2. 这是种子填充算法的matlab实现,并且用GUI进项展示,便于发现不同算法的实现效率。-This is the seed filling algorithm matlab implementation, and proceeds with the GUI display, easy to find different algorithms to achieve efficiency.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:21052
    • 提供者:陈海琛
  1. Openglseedfills

    0下载:
  2. 计算机图形学中的用opengl和vc++实现的种子填充算法。-seedfill code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1068
    • 提供者:hataken
  1. simpleSeedFillCircle

    0下载:
  2. 简单种子填充算法模拟程序:用简单种子填充法填充半径为200的圆-Simulation of simple seed filling algorithm: simple seed filling method to fill the circle radius of 200
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:ievance
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com