-
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
-
main
OFDM就是相当于并行正交载波上传输,滤波器滤波,解码计算误码率,编码,解码。(OFDM is equivalent to parallel orthogonal carrier transmission, filter filtering, decoding calculation bit error rate, coding, decoding.)
- 2017-05-05 09:08:16下载
- 积分:1
-
asm-tree-4.0
ssh搭建 asm-all-4.0.jar 解决ssh包冲突问题(SSH architecture Solving SSH Packet Conflict Problem)
- 2020-06-17 12:40:02下载
- 积分:1
-
CT Construct
说明: 可用于对人脑CT切片重建,用matlab绘制三维图像(This code is used to reconstruct the image of CT)
- 2019-05-18 14:43:54下载
- 积分:1
-
udf参考
说明: 一些ANSYS 中的FLUENT 仿真UDF实例参考(SOME ANSYS FLUENT UDF example by some body)
- 2020-06-16 08:40:01下载
- 积分:1
-
现代微机汇编语言程序设计编程学习资料
现代微机汇编语言程序设计编程学习资料-compilation of modern computer programming language learning program design information
- 2022-01-31 14:07:14下载
- 积分:1
-
OMP重构一维二维信号matlab仿真
说明: CS实现一维信号,二维图片在采样完成后重构(Realizing one-dimensional signal and two-dimensional image reconstruction)
- 2020-06-17 11:20:02下载
- 积分:1
-
媒体播放器与风险投资和风险投资媒体的编辑,包括详细的描述和说明…
带有VC媒体播放器和VC媒体编辑器,包括详细说明和附件的原代码!
- 2023-01-13 21:30:03下载
- 积分:1
-
Manuals
Manuals for Fanuc Mate Lathe
- 2017-08-06 02:04:00下载
- 积分:1
-
课程设计PL0
说明: 编译原理的课程设计,对PL0程序的修改与扩充,内附测试程序,即以.PL0为扩展名的文件,编译完后将生成以.COD为后缀的文件(compiler theory of curriculum design, right PL0 process of revising and expanding, enclosing testing procedures that is. PL0 extension of the paper, after the compiler will generate a. COD suffix for the paper)
- 2006-01-13 10:50:46下载
- 积分:1