登录
首页 » C# » ConnectedDomainEdge

ConnectedDomainEdge

于 2012-03-16 发布 文件大小:1384KB
0 217
下载积分: 1 下载次数: 80

代码说明:

  该图像处理程序实现将图像二值化,灰度化,二值化图像边界扫描并编号,如果图像为火焰图像可以实现将火焰图像的尖角数计算出来并标记(The image processing program image binarization, grayscale, boundary scan and number of the binary image if the image can be implemented for the flame image Now flame image of the sharp corners number and mark)

文件列表:

ConnectedDomainEdge
...................\ConnectedDomainEdge
...................\...................\bin
...................\...................\...\Debug
...................\...................\...\.....\ConnectedDomainEdge.exe,17408,2012-03-16
...................\...................\...\.....\ConnectedDomainEdge.pdb,46592,2012-03-16
...................\...................\...\.....\ConnectedDomainEdge.vshost.exe,11600,2012-03-16
...................\...................\...\.....\ConnectedDomainEdge.vshost.exe.manifest,490,2010-03-17
...................\...................\...\Release
...................\...................\ClassDiagram1.cd,1634,2012-03-05
...................\...................\ConnectedDomainEdge.csproj,4234,2012-03-03
...................\...................\Form1.cs,31894,2012-03-16
...................\...................\Form1.Designer.cs,8197,2012-03-11
...................\...................\Form1.resx,5817,2012-03-11
...................\...................\Images





...................\...................\......\008.JPG,31556,2012-03-02
...................\...................\......\011.JPG,25729,2012-03-02
...................\...................\......\012.jpg,79565,2012-03-02
...................\...................\......\013.jpg,49484,2012-03-02
...................\...................\......\015.jpg,67730,2012-03-02
...................\...................\......\019s.jpg,33348,2012-03-06
...................\...................\......\080330155239291.jpg,59042,2012-03-06
...................\...................\......\20086171396912_2.jpg,59844,2012-03-06
...................\...................\......\201092682312167.jpeg,48397,2012-03-06
...................\...................\......\2453232_072425096_2.jpg,51495,2012-03-06
...................\...................\......\4951005_102128695151_2.jpg,81153,2012-03-06
...................\...................\......\mlmto_landemoka_201102210600269a4ceb913449bf4e.jpg,79352,2012-03-06
...................\...................\......\result.JPG,15127,2012-03-02
...................\...................\......\test.JPG,8265,2012-03-12
...................\...................\......\test001.JPG,10353,2012-03-12
...................\...................\obj
...................\...................\...\x86
...................\...................\...\...\Debug
...................\...................\...\...\.....\ConnectedDomainEdge.csproj.FileListAbsolute.txt,3392,2012-03-16
...................\...................\...\...\.....\ConnectedDomainEdge.exe,17408,2012-03-16
...................\...................\...\...\.....\ConnectedDomainEdge.Form1.resources,180,2012-03-16
...................\...................\...\...\.....\ConnectedDomainEdge.pdb,46592,2012-03-16
...................\...................\...\...\.....\ConnectedDomainEdge.Properties.Resources.resources,180,2012-03-16
...................\...................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2012-03-03
...................\...................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,8187,2012-03-16
...................\...................\...\...\.....\GenerateResource.read.1.tlog,1062,2012-03-16
...................\...................\...\...\.....\GenerateResource.write.1.tlog,2418,2012-03-16
...................\...................\...\...\.....\ResolveAssemblyReference.cache,7897,2012-03-03
...................\...................\...\...\.....\TempPE
...................\...................\Program.cs,500,2012-03-02
...................\...................\Properties
...................\...................\..........\AssemblyInfo.cs,1394,2012-03-02
...................\...................\..........\Resources.Designer.cs,2888,2012-03-02
...................\...................\..........\Resources.resx,5612,2012-03-02
...................\...................\..........\Settings.Designer.cs,1104,2012-03-02
...................\...................\..........\Settings.settings,249,2012-03-02
...................\ConnectedDomainEdge.sln,899,2012-03-02

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

发表评论

0 个回复

  • cut_video
    把视频分割成一帧一帧并且保存为图像,实现视频录制(Put the video into a frame of a frame and saved as image segmentation)
    2013-06-14 16:55:58下载
    积分:1
  • 2010Cximage
    比较新的图像处理类,2010版,并且有DEMO,方便应该(Relatively new class of image processing, 2010 Edition, and has DEMO, should facilitate)
    2010-09-08 22:11:53下载
    积分:1
  • xbbtzztqt
    故障分为很多种,该程序是利用小波包把故障特征提取出来,用于判断接下来出现的情况是把一种故障(The fault is divided into many, the program is using wavelet packet to extract the fault features out, used to judge the next case to a fault)
    2014-11-05 17:05:47下载
    积分:1
  • BID_QM_demo
    对模糊图像进行复原(代码中样例)后,进行ISNR值的计算。由于复原后图像和原图像可能存在对齐问题,而该对齐问题不影响复原结果的主观效果,因此该代码首次考虑这一问题并给出相应的图像对齐及ISNR计算方法。(Restoration of blurred images (sample code), the calculation ISNR values. Due to possible alignment problems and the restored image after the original image, and the alignment problem does not affect the results of the subjective effects of recovery, so the code for the first time to consider this issue and the corresponding image alignment and ISNR calculation.)
    2014-12-08 15:20:02下载
    积分:1
  • fengeTU
    根据图像的颜色对图像进行分割,里面有多个方法,一种是RGB色彩分割,一种是K均值聚类,还有对视频处理分割,有多个测试图(According to the color image on the image segmentation, there are multiple ways, one is RGB color segmentation, one is the K-means clustering, and video processing division, a plurality of test pattern)
    2016-03-20 15:09:10下载
    积分:1
  • Hough
    Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆(Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses)
    2013-04-10 17:55:26下载
    积分:1
  • 2eb2792cea86
    非常好的纹理分割,区域分割的matlab源代码,可用(Very good texture segmentation, region segmentation matlab source code can be used)
    2012-05-30 08:52:49下载
    积分:1
  • orl_faces
    orl人脸库,40个人,每人10幅图像。(orl face database, 40 individuals, 10 images per person.)
    2009-06-12 18:46:06下载
    积分:1
  • MTRD
    机载SAR的动目标成像算法,动目标RD算法(Airborne SAR Imaging of Moving Target, Moving Target RD algorithm)
    2020-10-23 15:07:23下载
    积分:1
  • IAcrossLine_Tn
    过线检测:依据物体运运动轨迹,分析是否过线 (In lane detection: Based on the trajectories of objects transported to analyze whether the line)
    2012-07-23 11:13:46下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载