登录
首页 » C# » FillPolygon

FillPolygon

于 2014-01-20 发布 文件大小:65KB
0 234
下载积分: 1 下载次数: 67

代码说明:

  C#实现多边形颜色的填充,主要是种子填充和种子扫描线填充两种算法。(C# implementation of the polygon fill color, mainly seeds and seed filling scan line fill two algorithms.)

文件列表:

FillPolygon
...........\ClipLine
...........\........\bin
...........\........\...\Debug
...........\........\...\.....\ClipLine.exe,18432,2013-11-10
...........\........\...\.....\ClipLine.pdb,48640,2013-11-10
...........\........\...\.....\ClipLine.vshost.exe,11608,2013-11-10
...........\........\...\.....\ClipLine.vshost.exe.manifest,490,2010-03-17
...........\........\ClipLine.csproj,3578,2013-10-25
...........\........\FrmMain.cs,19875,2013-11-10
...........\........\FrmMain.Designer.cs,9486,2013-11-10
...........\........\FrmMain.resx,6017,2013-11-10
...........\........\obj
...........\........\...\x86
...........\........\...\...\Debug
...........\........\...\...\.....\ClipLine.csproj.FileListAbsolute.txt,3100,2013-11-10
...........\........\...\...\.....\ClipLine.exe,18432,2013-11-10
...........\........\...\...\.....\ClipLine.FrmMain.resources,180,2013-11-10
...........\........\...\...\.....\ClipLine.pdb,48640,2013-11-10
...........\........\...\...\.....\ClipLine.Properties.Resources.resources,180,2013-11-08
...........\........\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6098,2013-11-10
...........\........\...\...\.....\ResGen.read.1.tlog,11150,2013-11-10
...........\........\...\...\.....\ResGen.write.1.tlog,2756,2013-11-10
...........\........\...\...\.....\TempPE
...........\........\Program.cs,491,2013-10-25
...........\........\Properties
...........\........\..........\AssemblyInfo.cs,1348,2013-10-25
...........\........\..........\Resources.Designer.cs,2867,2013-10-25
...........\........\..........\Resources.resx,5612,2013-10-25
...........\........\..........\Settings.Designer.cs,1094,2013-10-25
...........\........\..........\Settings.settings,249,2013-10-25
...........\ClipLine.sln,866,2013-10-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • image-master
    说明:  php图像处理,用php实现,进行简单的操作,编辑,修改等功能(Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.)
    2020-06-22 02:40:01下载
    积分:1
  • InpaintingCodeAndData
    一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt(A fast transfer equation-based image restoration algorithm. References: FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt)
    2008-04-23 13:04:09下载
    积分:1
  • anisodiff3D
    运用Perona-Malik各向异性扩散模型对3d图像进行平滑去噪。此方法可以有效的抑制高斯噪声,并保护图像的边缘特征。(The use of Perona-Malik anisotropic diffusion model for smooth 3d image denoising. This method can effectively suppress Gaussian noise and to protect the image of the edge feature.)
    2008-07-16 20:59:54下载
    积分:1
  • PC_grid
    通过点云数据的格网化,建立格网分块索引,这是一种有效的点云数据存储方式。( Through the point cloud data grid , the establishment of a grid block index, which is a valid point cloud data storage. )
    2014-02-20 10:55:46下载
    积分:1
  • HMM
    隐马尔科夫工具箱,设置路径后直接使用。在MATLAB中实现。(Hidden Markov toolbox, set path directly. Implemented in MATLAB.)
    2012-11-14 15:32:21下载
    积分:1
  • 大恒相机二次开发,单次采集
    大恒相机二次开发,单次采集
    2020-11-07下载
    积分:1
  • 2
    说明:  matlab下使用帧差法实现视频跟踪,提供了一个测试视频和完整的说明文档 已验 无错 放心使用 改一下视频路径即可(matlab to use the frame difference method for video tracking, provides a test video and full documentation is error-free ease of use experience to change the path to your video)
    2011-08-07 14:41:17下载
    积分:1
  • hog.svm
    说明:  可通过Hog和svm实现小狮子的分类,将其分为两类(The classification of small lions can be realized by hogs and SVM, which can be divided into two categories)
    2021-04-26 16:18:45下载
    积分:1
  • GeometricVersion3
    课程设计 几何图形(满分50 分) 版本1:满分10 分 设计抽象类GeometricObject 及其子类Triangle 和Circle。 GeometricObject 类设计要求如下: ■ 一个名为color 的Color 类型的私有数据域,表示对象的颜色。 ■ 一个名为filled 的Boolean 类型的私有数据域,表示对象是否填充颜色。 ■ 一个名为dateCreated 的Date 类型的私有数据域,表示对象的创建日期。 ■ 一个无参构造方法。 ■ 一个能创建特定color 和filled 的有参构造方法。 ■ 相关数据域的访问器和修改器。 ■ 两个个名为draw 和erase 的抽象方法。 ■ 一个名为getArea 的抽象方法。 ■ 一个名为getPerimeter 的抽象方法。 ■ 重写toString 方法。 Triangle 类设计要求如下: ■ 三个名为side1、side2 和 side3 的double 类型的私有数据域表示三角形的三条边。它 们的默认值是1.0。要求三个数据域保留2 位小数。 ■ 一个无参的构造方法创建默认三角形。 ■ 一个能创建带指定side1、side2 和 side3 的有参构造方法。 ■ 所有三个数据域的访问器和修改器方法。 ■ 父类抽象方法的实现。 ■ 重写toString 方法。 Circle 类(Curriculum Design Geometry (out of 50) Version 1: 10 points Design an abstract class and its subclasses GeometricObject Triangle and Circle. GeometricObject class design requirements are as follows: ■ a named color of the Color type private data field that indicates the object s color. ■ a Boolean type called filled private data field that indicates whether the object fill color. ■ Date type named dateCreated private data field, which means that the object was created. ■ a no-argument constructor. ■ one can create a specific color and filled in with arg constructor. ■ Related data field accessor and modifier. ■ two months called draw and erase the abstract methods. ■ an abstract method named getArea. ■ an abstract method named getPerimeter. ■ overridden toString method. Triangle class design requirements are as follows: ■ three named side1, side2 and a double side3 private data field indicates the type of triangle with three sides. It Our default value is 1.0. Requires)
    2020-12-10 08:59:18下载
    积分:1
  • mRMR_0.9_compiled
    利用互信息进行特征抽取的方法实现,能找到最具代表的特征,有效的实现了计算量的减少和可用来维数缩减(The use of mutual information feature extraction method of implementation, to find the most representative characteristics of an effective implementation of the computation of the reduction and can be used to reduce the dimension)
    2021-02-07 15:19:55下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载