-
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
-
高精度频率计
本系统基于 C8051F020 实现等精度的频率测量, 利用该单片机灵活的控制功能及速
度优势,大大提高了性能和测量精度。以往的测频都是采用高频段直接计数、低频段间接测周
的方法,其测量精度往往会随着被测频率的改变而受到影响。为了克服测频中高低频段测量精
度不等的缺陷,采用双计数器设计,实现等精度的频率测量。等精度的测量方法不但具有较高
的测量精度,而且在整个测频区域内保持恒定的测量精度。
- 2022-02-16 02:41:34下载
- 积分:1
-
Delphi合同套打系统源码下载
Delphi合同套打系统源码下载,界面方面使用有三方控件,不过不在乎界面的可删除这些控件。最关键的套打部分代码完整,可参考性强。代码中附有合同范本,该合同套打程序可生成打印模板,为下次打印提供方便。
- 2023-09-03 00:20:03下载
- 积分:1
-
Wave
偏微分方程数值解,求解二维波动方程的有限差分法,通过计算机语言编程实现。(Matlab solution code for two-dimensional wave equation)
- 2018-05-26 19:35:21下载
- 积分:1
-
自抗扰控制模型及资料
说明: 自己整理的自抗扰控制资料,包括MATLAB仿真模型、S函数、C语言、核心论文、模型搭建详解文档等。(Self-organized ADRC data, including MATLAB simulation model, S function, C language, core papers, model building detailed documentation, etc.)
- 2019-06-29 08:41:47下载
- 积分:1
-
IdentityServer4_ResourceOwnerPasswords-master
说明: IdentityServer4_ResourceOwnerPasswords-master
- 2020-06-19 16:00:02下载
- 积分:1
-
ofdm pulse shaping
从抗ISI和ICI的角度来讲,总是希望能量集中在时频格点附近,而扩散到其他格点的能量越小越好,TFL正是描述这一特性的最直接的方法,从滤波器的角度看,TFL特性描述两个滤波器之间的相关性,描述TFL特性的方法包括TFL函数和TFL参数两大类,TFL函数又包含瞬时相关函数、模糊函数和干扰函数,而TFL参数包括Heisenberg参数和方向参数。
本代码使用matlab仿真常见的高斯、IOTA和HSIN等滤波器,与矩形滤波器进行对比与分析。(This code uses MATLAB to simulate common filters such as Gauss, IOTA and HSIN, and compares and analyzes rectangular filters.)
- 2017-12-19 19:47:08下载
- 积分:1
-
这是我初学VC时编的小小游戏 是用键盘控制飞机的方向来躲避障碍物的 很简单 但是当时可是很有成就感阿!...
这是我初学VC时编的小小游戏 是用键盘控制飞机的方向来躲避障碍物的 很简单 但是当时可是很有成就感阿!-This is a novice when VC addendum to the game is little keyboard control aircraft direction to evade the barrier is very simple But then A great sense of accomplishment!
- 2022-03-03 07:13:17下载
- 积分:1
-
四输入四输出ELM
多输入多输出的极限学习机,被证明是可以使用的(Extreme Learning Machine with Multiple Input and Multiple Output has been proved to be usable)
- 2021-04-16 10:38:53下载
- 积分:1
-
yaifuigang
SNR largest independent component analysis algorithm, Fractal dimension calculation algorithm matlab code blankets, Target can be extracted in a picture you want.
- 2017-09-11 22:02:08下载
- 积分:1