首页 开发技术 C#     /    遥感图像中机场跑道检测算法的研究与实现

遥感图像中机场跑道检测算法的研究与实现

上传者: msc88718 | 上传时间:2024/2/13 23:22:13 | 文件大小:864KB | 文件类型:rar
遥感图像中机场跑道检测算法的研究与实现
毕业课程设计,绝对原创。
主要用到的是边缘检测(三种算子),最佳阀值二值化,霍夫转换这三种方面的算法。
用的是最基本的编程方法。
程序最后还有一段废代码,是我遵循边缘检测-检测边缘点-短线连接-长线连接-直线拟合-霍夫转换。
这个思路做的,可惜没有得到老师的指导,直做到了长线连接这里,有兴趣的同学可以看看。
代码虽然乱,不过还是有挺多注释的,如果真的不能理解可以直接留言。
论文也传上来了,我的可不是优秀论文,万勿模仿。

否则后果自负。

文件下载

资源详情

[{"title":"(35个子文件864KB)遥感图像中机场跑道检测算法的研究与实现","children":[{"title":"遥感图像中机场跑道检测的研究与实现","children":[{"title":"毕业设计","children":[{"title":"文件打开测试","children":[{"title":"遥感图像中机场跑道检测算法的研究与实现.sln <span style='color:#111;'>986B</span>","children":null,"spread":false},{"title":"遥感图像中机场跑道检测算法的研究与实现.suo <span style='color:#111;'>22.00KB</span>","children":null,"spread":false},{"title":"文件打开测试","children":[{"title":"Form1.cs <span style='color:#111;'>49.29KB</span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"文件打开测试.vshost.exe <span style='color:#111;'>13.99KB</span>","children":null,"spread":false},{"title":"文件打开测试.pdb <span style='color:#111;'>73.50KB</span>","children":null,"spread":false},{"title":"文件打开测试.exe <span style='color:#111;'>30.00KB</span>","children":null,"spread":false},{"title":"文件打开测试.vshost.exe.manifest <span style='color:#111;'>490B</span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"obj","children":[{"title":"Debug","children":[{"title":"文件打开测试.csproj.FileListAbsolute.txt <span style='color:#111;'>1.53KB</span>","children":null,"spread":false},{"title":"文件打开测试.csproj.GenerateResource.Cache <span style='color:#111;'>979B</span>","children":null,"spread":false},{"title":"遥感图像中机场跑道检测算法.csproj.GenerateResource.Cache <span style='color:#111;'>979B</span>","children":null,"spread":false},{"title":"遥感图像中机场跑道检测算法.csproj.FileListAbsolute.txt <span style='color:#111;'>1.55KB</span>","children":null,"spread":false},{"title":"文件打开测试.pdb <span style='color:#111;'>73.50KB</span>","children":null,"spread":false},{"title":"文件打开测试.Properties.Resources.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"文件打开测试.form2.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"Refactor","children":null,"spread":false},{"title":"文件打开测试.inputdialog.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"文件打开测试.Form1.resources <span style='color:#111;'>180B</span>","children":null,"spread":false},{"title":"文件打开测试.exe <span style='color:#111;'>30.00KB</span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Form2.resx <span style='color:#111;'>5.68KB</span>","children":null,"spread":false},{"title":"Form2.Designer.cs <span style='color:#111;'>3.69KB</span>","children":null,"spread":false},{"title":"灰度变换显示图.cs <span style='color:#111;'>348B</span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Resources.Designer.cs <span style='color:#111;'>2.82KB</span>","children":null,"spread":false},{"title":"Settings.settings <span style='color:#111;'>249B</span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'>5.48KB</span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'>1.08KB</span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'>1.34KB</span>","children":null,"spread":false}],"spread":true},{"title":"Program.cs <span style='color:#111;'>479B</span>","children":null,"spread":false},{"title":"遥感图像中机场跑道检测算法.csproj <span style='color:#111;'>4.12KB</span>","children":null,"spread":false},{"title":"Form1.Designer.cs <span style='color:#111;'>16.58KB</span>","children":null,"spread":false},{"title":"hough_line.cs <span style='color:#111;'>3.22KB</span>","children":null,"spread":false},{"title":"Form1.resx <span style='color:#111;'>5.87KB</span>","children":null,"spread":false},{"title":"Form2.cs <span style='color:#111;'>720B</span>","children":null,"spread":false},{"title":"灰度变换显示图.Designer.cs <span style='color:#111;'>2.31KB</span>","children":null,"spread":false},{"title":"灰度变换显示图.resx <span style='color:#111;'>5.68KB</span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"正文部分.doc <span style='color:#111;'>973.00KB</span>","children":null,"spread":false},{"title":"封面部分.doc <span style='color:#111;'>104.00KB</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • john_achen:
    看了你的论文不错,可惜代码没看懂。2014-02-13
  • Monday2204:
    之前下过你的论文,之后跟到源码,一直用的C++,为了懂楼主程序,花了一周的时间上手了C#,可以用2013-05-08

免责申明

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