-
MATLAB
使用MATLAB软件绘制石墨烯的结构点阵(Drawing the lattice lattice of graphene)
- 2018-04-17 22:30:05下载
- 积分:1
-
cincurrentrelationaldatabasealgorithm
实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行(Realize the edge connectivity and line fitting the source code, MATLAB, can be directly executed)
- 2017-08-12 22:00:37下载
- 积分:1
-
Flash_TWRP_Redmi2
说明: Flash_TWRP_Redmi 200
- 2020-06-20 16:00:02下载
- 积分:1
-
在dreamveaver 中实现添加功能
在dreamveaver 中实现添加功能-Add to achieve in dreamveaver function
- 2022-02-13 23:24:04下载
- 积分:1
-
SharpSxwnl
日历,农历,源代码,可以看到日期,以及一些数据(Calendar, Lunar Calendar)
- 2020-06-17 10:20:02下载
- 积分:1
-
Simulink_Optimal_Control
说明: 用LQG控制一个四旋翼无人机,参数要调(To control a four rotor UAV with LQG, the parameters should be adjusted)
- 2020-05-12 20:44:38下载
- 积分:1
-
C5.0算法源代码
c5.0算法源代码-c5.0 algorithm source code
- 2022-03-09 16:49:52下载
- 积分:1
-
date on the use of the classic C code
关于日期使用的经典C代码-date on the use of the classic C code
- 2022-02-20 07:15:59下载
- 积分:1
-
B-wavelet
基于B样条小波边缘检测算子的应用研究,摘自图形图像学报(Based on B-spline wavelet edge detection operator of applied research, graphic images taken from the Journal)
- 2007-03-13 15:57:12下载
- 积分: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