登录
首页 » C# » FillPolygon

FillPolygon

于 2014-01-20 发布 文件大小:65KB
0 194
下载积分: 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 个回复

  • ImageHistogramAndCentroidComputer_Matlab
    说明:  灰度图像二值化及目标提取和质心求取,Matlab代码.对初学者学习有用(Gray image binarization and target extraction and center of mass strike, Matlab code. Learn useful for beginners)
    2008-11-17 11:06:53下载
    积分:1
  • matlabPS
    寻找照片PS痕迹的代码~大作业编写~可主要用于寻找添加图像块的PS边缘痕迹,(find the hint of a photo which has been PS)
    2020-12-21 17:19:08下载
    积分:1
  • xbchuzao
    说明:  小波软阈值的去噪处理方法 matlab 源程序代码加实现(Wavelet soft threshold denoising method matlab source code added to achieve)
    2010-04-15 13:19:01下载
    积分:1
  • files
    数字图像隐藏及提取研究分析论文、文献等。主要研究算法为LSB算法和DCT奇偶量化、DCT均值量化。(Digital Image Information Hiding and Extraction of analytical papers, literature. The main algorithm for the LSB algorithm and DCT parity quantization, DCT mean quantization.)
    2012-04-27 14:06:39下载
    积分:1
  • mesh_simplification
    网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。(Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and surfaces of the sheet and keep the basic characteristics of the object, in order to achieve the speed up of the image display and the effect of the compressed file .)
    2014-12-21 14:36:07下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • 第 27 章 基于区域生长的肝影分割系统
    说明:  权重自适应图像去噪,根据形态学。效果还行(Weight adaptive image denoising)
    2019-11-27 10:34:43下载
    积分:1
  • denoise_source
    精心收集的几个去噪算法,包括基于视觉的非线性去噪、BLS_GSM算法、NL-Bayes图像去噪、KSVD去噪等,内容为核心代码,需要配置完善。 (Denoising algorithm of several carefully collected, including visual based nonlinear denoising, BLS_GSM algorithm, NL-Bayes image denoising, KSVD denoising, the content as the core code, the need to improve the allocation of. )
    2015-03-10 08:57:56下载
    积分:1
  • imageprocessing6
    1.选择一幅图像,对该图像进行DCT块操作(将图像分成8×8小块,对每个小块进行DCT变换)。 2.利用屏蔽矩阵对DCT系数进行区域选择,然后进行逆变换(IDCT),合成原图像,计算合成图像的PSNR。 3.选择一小波函数,对一幅图像进行分解,显示各变换系数,观察其规律,并进行小波逆变换,合成原图像。 (1. Select an image, the image DCT block operations (the image is divided into 8 × 8 small pieces of each small piece for DCT transform). 2. The use of shielding on the DCT coefficient matrix of regional choices, and then inverse transform (IDCT), synthesis of the original image, calculating the synthetic image PSNR. 3. To select a wavelet function, decomposition of an image to show the transform coefficients, to observe its laws, and inverse wavelet transform, the original synthetic image.)
    2021-04-12 13:48:57下载
    积分:1
  • SAMP
    稀疏自适应匹配追踪算法,无需稀疏度,就可以重构原始信号。(Sparse adaptive matching pursuit algorithm, without sparsity, we can reconstruct the original signal.)
    2021-02-23 16:59:40下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载