登录
首页 » 算法 » 基于最大类间方差阈值与遗传算法的道路分割算法

基于最大类间方差阈值与遗传算法的道路分割算法

于 2022-02-04 发布 文件大小:726.48 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.

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

发表评论

0 个回复

  • 顺序队列C实现
    #include "stdio.h"    #include "stdlib.h"   #include "io.h"  #include "math.h"  #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front;     /* 头指针 */ int rear;  /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
    2022-08-13 11:29:01下载
    积分:1
  • using FORTRAN prepared by the parabolic equation numerical algorithm
    用fortran编写的抛物线方程的数值算法-using FORTRAN prepared by the parabolic equation numerical algorithm
    2023-08-14 13:25:02下载
    积分:1
  • Delphi is the commonly used method and function list.
    Delphi的很有用的常用的方法和函数列表.-Delphi is the commonly used method and function list.
    2022-02-04 20:26:57下载
    积分:1
  • 数控加工仿真
    二维数控加工仿真VC源代码,希望对学习控加工仿真编程的朋友有用。源代码是VC6.0编译的,已经用VS2008从新编译过。欢迎大家下载使用。
    2022-04-15 03:47:49下载
    积分:1
  • 理查德外推加速
    理查德外推加速算法-Richard extrapolation algorithm acceleration
    2022-04-25 17:02:57下载
    积分:1
  • ID3
    这是开放源代码的 ID3 算法使为我分配的代码。现在我在上传这段代码在这里获得的帮助形式的捐款。我将感谢全给他们会让这段代码动态,现在是静态的。
    2022-03-26 08:21:37下载
    积分:1
  • RFID读写软件
    完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010 完成了RFID 上位机读写,VC 2010        
    2022-01-26 01:24:58下载
    积分:1
  • 旅行商与蚁群
    本程序包含使用群蚂蚁的旅行商问题的解决
    2022-02-11 18:45:58下载
    积分:1
  • C语言滤波
    C语言实现的各种滤波算法,包含均值、中值、滑动、限幅、去极值平均、移动平均/加权平均滤波算法等非常经典使用的算法,可直接移植到嵌入式系统中。
    2022-01-21 18:28:32下载
    积分:1
  • 一个最基本的二维传热有限元计程序,适合初学者参考
    一个最基本的二维传热有限元计算程序,适合初学者参考-A basic two-dimensional heat transfer finite element program, suitable for beginners reference
    2022-02-06 10:15:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载