-
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
-
square_wave
说明: 根据傅里叶原理,在GUI界面中用正余弦波合成方波(According to Fu Liye's principle, Yu Xianbo is synthesized by positive Fang Bo in the GUI interface)
- 2020-12-21 11:09:08下载
- 积分:1
-
jhdsifuyuiyer
很好,可以帮助人们更好地学习,提供很好的学习资料,让人思考。(very good)
- 2011-12-06 19:20:17下载
- 积分:1
-
pp
说明: 讨论了直接电流控制的几种控制结构,并建立了相应的仿真模型, 进行了仿真和比较分析。研究了它们在稳态性能和动态性能上的优缺点。其 中重点讨论了采用空间电压矢量调制方法(SVPWM)跟踪给定电压矢量,来控 制STATCOM的电流产生,并且采用直流侧电压可交给定。(Several control structures of direct current control are discussed, and corresponding simulation models are established, and simulation and comparative analysis are carried out. Their advantages and disadvantages in steady state performance and dynamic performance were studied. It focuses on the use of space voltage vector modulation (SVPWM) to track a given voltage vector to control the current generation of the STATCOM, and the DC side voltage can be applied.)
- 2019-05-19 22:08:29下载
- 积分:1
-
The C++ Cookbook will make your path to mastery much shorter. This practical, pr...
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
- 2022-01-31 09:06:54下载
- 积分:1
-
decision_tree
extra decision python extra decision python
- 2018-01-29 04:36:51下载
- 积分:1
-
10.1115@1.3227494
燃气轮机建模论文,主要有温度、转速、加速度控制,很详细!(Gas Turbine Modeling Paper)
- 2019-04-17 19:38:07下载
- 积分:1
-
VC++编写实现POP邮件服务器
VC++编写实现POP邮件服务器的例子,以前分享的比较多的是邮件客户端,也就是收信、发信的客户端程序,这是一个邮件服端程序,也就是邮件服务器,代码文件还是相当多的,是来自国外的VC++邮件服务器源码。
- 2022-10-02 02:35:03下载
- 积分:1
-
自动取款机源代码
自动取款机源代码-ATMs source code
- 2022-07-18 05:27:49下载
- 积分:1
-
这是一个假设的基础上的线性加速的程序的前…
这是一种基于线性加速度假设的用于编制大型程序的算法,即威尔逊法,可用于微分方程描述的问题计算仿真-This is an assumption based on the linear acceleration of procedures for the preparation of large-scale algorithm, namely, Wilson law, can be used in differential equations to describe the problem of simulation
- 2023-02-26 06:20:03下载
- 积分:1