-
htmlExportToExcel
decorator design pattern implementation
- 2020-06-24 19:00:01下载
- 积分:1
-
shiyan
说明: 对一个随机信号进行包络检波,并且实现包络检波,分析误码率随信噪比变化的趋势,画出波形。(Signal spectrum modulation)
- 2020-12-31 23:09:49下载
- 积分:1
-
wjj
Can automatically organize the file box to search for files
- 2012-03-11 04:07:51下载
- 积分:1
-
python-socket-with-thread-master
说明: python 多线程,网络编程,服务器端代码。(Multithreading, network programming)
- 2020-10-11 20:33:13下载
- 积分:1
-
MATLAB
计算多跨连续梁内力并绘制弯矩图,计算书度快且准确(inner force calculating)
- 2020-11-12 14:49:43下载
- 积分:1
-
Based_on_MC_A_MultiPath_G_MUSIC
说明: 基于 矩阵填充理论的均匀线阵DOA估计算法,这里采用的是MUSIC算法来估计DOA的(Based on the matrix filling theory, the DOA estimation algorithm of uniform linear array adopts MUSIC algorithm to estimate DOA)
- 2019-11-18 21:46:10下载
- 积分:1
-
用C#写的一个小东东,可以对进程进行专杀,和对文件进行监控,这是整个工程...
用C#写的一个小东东,可以对进程进行专杀,和对文件进行监控,这是整个工程-With C# Write a small Dongdong can process designed to kill, and to monitor the document, which is the whole project
- 2022-10-03 19:30:03下载
- 积分:1
-
C#提取特征点并进行图像匹配
建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)
- 2017-07-26 10:55:51下载
- 积分:1
-
case
说明: 考虑网络约束、天然气节点约束、潮流约束的电-气耦合互补系统的最优出力情况(optimal dispatch of electricity-gas system)
- 2021-04-13 16:28:56下载
- 积分: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