登录
首页 » matlab » 识别源码2

识别源码2

于 2020-12-01 发布
0 126
下载积分: 1 下载次数: 3

代码说明:

说明:  路面裂缝识别的代码 包括GUI 很齐全 实际可用(The code of pavement crack identification includes GUI)

文件列表:

第 21 章 路面裂缝检测识别系统设计, 0 , 2015-08-18
第 21 章 路面裂缝检测识别系统设计\Bridge_Crack.m, 3479 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\Gui_Main.fig, 16972 , 2014-11-12
第 21 章 路面裂缝检测识别系统设计\Gui_Main.m, 12649 , 2014-12-01
第 21 章 路面裂缝检测识别系统设计\Identify_Object.m, 558 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\InitAxes.m, 716 , 2014-11-12
第 21 章 路面裂缝检测识别系统设计\IterProcess.m, 355 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\Judge_Crack.m, 1007 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\Judge_Direction.m, 549 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\Process_Main.m, 1080 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\Project.m, 94 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\adjgamma.m, 346 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\bw_filter.m, 327 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\hist_con.m, 419 , 2015-01-03
第 21 章 路面裂缝检测识别系统设计\images, 0 , 2015-08-13
第 21 章 路面裂缝检测识别系统设计\images\ceshi1.jpg, 46374 , 2011-03-20
第 21 章 路面裂缝检测识别系统设计\images\ceshi2.jpg, 39219 , 2011-03-24
第 21 章 路面裂缝检测识别系统设计\med_process.m, 420 , 2015-01-03
www.downma.com.txt, 153 , 2017-08-15

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

发表评论

0 个回复

  • wendangku
    说明:  It can store company pictures, office documents, Autocad drawings and other information. System data are stored in the database, when users upload, update or overwrite, by default, automatic backup will be carried out to prevent data loss.
    2019-06-06 13:32:41下载
    积分:1
  • weibull
    能够较好地对风速进行威布尔分布函数拟合,并计算形状参数和尺度参数(It is better to fit the Weibull distribution function to the wind speed and calculate the shape parameters and scale parameters.)
    2021-05-13 12:30:02下载
    积分:1
  • 利用矩形阵列传感器实现音乐算法
    Implementation of MUSIC Algorithm using Rectangular array of sensors
    2022-03-11 00:22:54下载
    积分:1
  • 最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!...
    最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!-Latest meter test a point of order, this very important! Particularly those engaged in table-type industries brothers! Thank you for your support, we progress together!
    2022-03-22 23:27:43下载
    积分:1
  • 航空影像的空间后方交会程序,用共线方程,已知地面控制点的情况下,解求像点坐标matlab完成矩阵运算,程序简洁实用...
    航空影像的空间后方交会程序,用共线方程,已知地面控制点的情况下,解求像点坐标matlab完成矩阵运算,程序简洁实用-Aerial Images of the space resection procedure, with a total line equation, known ground control points of the case, the solution coordinates matlab order to complete the image point matrix operations, the program simple and practical
    2022-07-18 10:21:01下载
    积分:1
  • (02) ISPSoft User Manual
    ISPSoft User Manual
    2018-06-28 22:31:53下载
    积分:1
  • IL_SpotLightMenuv1.02
    This system implies with having a new SEsfadd management
    2019-04-11 20:05:49下载
    积分:1
  • 利用VB制作的一款游戏,很好玩,试试你能打多少分.
    利用VB制作的一款游戏,很好玩,试试你能打多少分.-VB produced a game that is a lot of fun, try and shoot you how many points.
    2022-09-22 04:05:02下载
    积分:1
  • CVI教程
    本教程面向的是那些从未使用过LabWindows/CVI的读者,但是假设读者以有了C语言的基础并且熟悉Windows 2000/9x/NT操作系统。在每一章节的学习中,作者都是通过一个具体的实例让读者迅速的掌握本章的知识点;而不是长篇大论,述及边枝细叶,反而使读者望而却步,只见树木,不见森林。(This tutorial looks for readers who have never used LabWindows/CVI, but assumes that the reader has the basics of the C language and is familiar with the Windows 2000/9x/NT operating system. In each chapter of the study, the author is through a concrete instance allows readers to quickly grasp the knowledge of this chapter; instead of the side branches and leaves a long and minute statement, instead, make the reader prohibitive, cannot see the wood for the trees.)
    2017-08-29 18:13:17下载
    积分:1
  • SQLiteTable3
    说明:  SQLite Table3.pas修正版,解决中文显示乱码,以及最后一字符乱码。delphi 里UTF8Encode和UTF8Decode两函数配合使用,例:获取sltb := slDb.GetTable(UTF8Encode(sSQL)); 显示字段sd.Cells[i + 1, sltb.Row + 1] :=UTF8Decode(sltb.FieldAsString(sltb.FieldIndex[sltb.Columns[i]]));(The revised version of SQLite Table 3. PAS solves the problem of Chinese display scrambling and last character scrambling. In delphi, UTF8Encode and UTF8Decode functions are used together, for example: get sltb: = slDb. GetTable (UTF8Encode (sSQL); display field sd. Cells [i + 1, sltb. Row + 1]: = UTF8Decode (sltb. Field String (sltb. Field Index [sltb. Columns [i]);)
    2020-06-23 10:00:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载