-
《新编MATLAB&Simulink自学一本通》程序
说明: 仿真实例,新编MATLAB&Simulink自学一本通》程序(simulink, example, MATLAB&Simulink)
- 2020-08-03 21:07:55下载
- 积分:1
-
UWB1
直接序列扩频超宽带信号产生程序,包括 单脉冲形成 ,BPM调制,DS扩频,脉冲成形发射(Direct sequence spread spectrum ultra wideband signal generator)
- 2017-07-20 10:19:28下载
- 积分:1
-
bf_MUSIC
利用music算法实现对无源定位的仿真,可实现高精度的测向(Passive location algorithm)
- 2020-09-14 20:08:02下载
- 积分:1
-
17_chapter 5
Optimal Load Shedding for Radial Distribution System
without and with Distributed Generations
- 2020-12-28 11:19:01下载
- 积分:1
-
jaco-arm-pkgs-master
说明: Jaco package for ARM
- 2019-05-03 06:14:20下载
- 积分:1
-
DataWebService_20180603Code
接受xml传参然后解析处理再返回xml的一个webservice(on c# platform For this is a webservice and xml)
- 2018-06-04 21:43:58下载
- 积分:1
-
30号作业
说明: python实现密度峰值聚类
及相关测试数据机(Python realizes density peak clustering)
- 2021-01-14 09:38:47下载
- 积分:1
-
Delphi 7.0判断闰年 示例源码
一个基于Delphi7.0 编写的判断闰年的示例源码,为了操作方便,本程序中调用了一个日期选择器,当用户指定日期的时候,可通过这个日期选择器快速选择日期,方便使用,日期选好后,会自动赋值给文本框,用户只需点击“判断”按钮即可检测指定年份是否为闰年。
- 2022-02-06 01:21:23下载
- 积分:1
-
VB课程设计:图书销售管理系统
VB课程设计:图书销售管理系统,测试帐号及密码123。
功能分为店员信息维护、管理人员入口,销售报表、图书信息维护等,是一个基本的VB/ACCESS数据库系统,更适合学习的一套系统。
- 2022-08-08 12:40:21下载
- 积分:1
-
lena
说明: SLIC算法是simple linear iterative cluster的简称,该算法用来生成超像素(superpixel)
算法步骤:
已知一副图像大小M*N,可以从RGB空间转换为LAB空间,LAB颜色空间表现的颜色更全面
假如预定义参数K,K为预生成的超像素数量,即预计将M*N大小的图像(像素数目即为M*N)分隔为K个超像素块,每个超像素块范围大小包含[(M*N)/K]个像素
假设每个超像素区域长和宽都均匀分布的话,那么每个超像素块的长和宽均可定义为S,S=sqrt(M*N/K)
遍历操作,将每个像素块的中心点的坐标(x,y)及其lab的值保存起来,加入到事先定义好的集合中(Algorithmic steps:
Given the size of an image M*N, it can be converted from RGB space to LAB space, and the color space of LAB is more comprehensive.
If the predefined parameter K, K is the number of pre-generated super-pixels, i.e., the image of M*N size (the number of pixels is M*N) is expected to be divided into K super-pixel blocks, each of which contains [(M*N)/K] pixels.
Assuming that the length and width of each super-pixel region are evenly distributed, the length and width of each super-pixel block can be defined as S, S = sqrt (M*N/K).
The traversal operation saves the coordinates (x, y) and lab values of the central points of each pixel block and adds them to a pre-defined set.)
- 2019-06-10 14:48:52下载
- 积分:1