C#程序实现Canny边缘检测算法

上传者: sunmeal | 上传时间: 2019-12-21 21:11:27 | 文件大小: 1.76MB | 文件类型: zip
Canny边缘检测是被公认的检测效果最好的边缘检测方法,是由John F. Canny于1986年提出,算法目标是找出一个最优的边缘检测的方法,所谓最优即:1.好的检测:算法能够尽可能的标识出图像的边缘;2.好的定位:标识出的边缘要尽可能的与实际边缘相接近;3.最小响应:图像中的边缘只能标识一次,并且不能把噪声标识成边缘。同时我们也要满足3个准则:信噪比准则、定位精度准则、单边缘响应准则

文件下载

资源详情

[{"title":"( 39 个子文件 1.76MB ) C#程序实现Canny边缘检测算法","children":[{"title":"Canny Edge Detection C#","children":[{"title":"Canny.sln <span style='color:#111;'> 941B </span>","children":null,"spread":false},{"title":"Canny Edge Detection in C Sharp.docx <span style='color:#111;'> 601.11KB </span>","children":null,"spread":false},{"title":"Canny Edge Detection.pdf <span style='color:#111;'> 136.62KB </span>","children":null,"spread":false},{"title":"Canny.suo <span style='color:#111;'> 20.50KB </span>","children":null,"spread":false},{"title":"Lecture Notes on the Gaussian Distribution.pdf <span style='color:#111;'> 222.18KB </span>","children":null,"spread":false},{"title":"Shrikrishna.bmp <span style='color:#111;'> 729.05KB </span>","children":null,"spread":false},{"title":"Iris Recognition","children":[{"title":"CannyEdgeDetection.csproj <span style='color:#111;'> 4.48KB </span>","children":null,"spread":false},{"title":"Canny.cs <span style='color:#111;'> 20.86KB </span>","children":null,"spread":false},{"title":"Mainform.Designer.cs <span style='color:#111;'> 20.07KB </span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'> 494B </span>","children":null,"spread":false},{"title":"Mainform.cs <span style='color:#111;'> 3.25KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false}],"spread":true},{"title":"obj","children":[{"title":"Debug","children":[{"title":"CannyEdgeDetectionCSharp.Mainform.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"Refactor","children":null,"spread":false},{"title":"Iris Recognition.csproj.GenerateResource.Cache <span style='color:#111;'> 845B </span>","children":null,"spread":false},{"title":"TempPE","children":[{"title":"Properties.Resources.Designer.cs.dll <span style='color:#111;'> 4.50KB </span>","children":null,"spread":false}],"spread":false},{"title":"CannyEdgeDetection.exe <span style='color:#111;'> 36.00KB </span>","children":null,"spread":false},{"title":"CannyEdgeDetection.pdb <span style='color:#111;'> 43.50KB </span>","children":null,"spread":false},{"title":"Iris Recognition.csproj.ResolveComReference.cache <span style='color:#111;'> 1018B </span>","children":null,"spread":false},{"title":"Interop.Project1.dll <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"CannyEdgeDetectionCSharp.Properties.Resources.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"AxInterop.Project1.dll <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"CannyEdgeDetection.csproj.GenerateResource.Cache <span style='color:#111;'> 845B </span>","children":null,"spread":false},{"title":"CannyEdgeDetection.csproj.ResolveComReference.cache <span style='color:#111;'> 734B </span>","children":null,"spread":false},{"title":"Interop.VBRUN.dll <span style='color:#111;'> 48.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"CannyEdgeDetection.csproj.FileList.txt <span style='color:#111;'> 545B </span>","children":null,"spread":false},{"title":"Iris Recognition.csproj.FileListAbsolute.txt <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"Iris Recognition.csproj.FileList.txt <span style='color:#111;'> 585B </span>","children":null,"spread":false}],"spread":false},{"title":"Mainform.resx <span style='color:#111;'> 6.43KB </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"CannyEdgeDetection.exe <span style='color:#111;'> 36.00KB </span>","children":null,"spread":false},{"title":"CannyEdgeDetection.vshost.exe <span style='color:#111;'> 5.50KB </span>","children":null,"spread":false},{"title":"CannyEdgeDetection.pdb <span style='color:#111;'> 43.50KB </span>","children":null,"spread":false},{"title":"Interop.Project1.dll <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"AxInterop.Project1.dll <span style='color:#111;'> 52.00KB </span>","children":null,"spread":false},{"title":"Interop.VBRUN.dll <span style='color:#111;'> 48.00KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":"Canny.bmp <span style='color:#111;'> 1.47MB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • 家有琦琦果 :
    还行吧,可以参考
    2020-02-25
  • 心中不冷清 :
    非常有用,效果也不错
    2017-12-05
  • LEE-JASON-LEE :
    还行吧。参考下
    2016-12-18
  • hnlyy55 :
    重复资源,害我浪费损失了25个积分
    2016-06-03
  • emperorjade :
    本身例子可用,其他例子有时可用,有时不可用,还有一些索引出界的情况没有处理好。
    2015-10-19

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明