-
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
-
picture
说明: 详细编写如何让使用cnn识别自己的图片,自己建立cnn模型,可修改(Write in detail how to use CNN to identify their own pictures)
- 2020-11-20 10:09:10下载
- 积分:1
-
AI
说明: 一个简单的人工智能神经网络,训练一段时间后可以自动接球,但是需要的硬件性能比较强10系显卡比较好,需要安装python3.6.5 ,tensorflow,等,不会安装找我,我有教程。(A simple artificial intelligence neural network, after training for a period of time, can automatically catch the ball, but the required hardware performance is stronger than 10 series graphics card is better, need to install Python 3.6.5, tensorflow, etc., will not install to find me, I have a tutorial.)
- 2019-07-28 11:40:13下载
- 积分:1
-
Artificial Intelligence and Machine Learning
说明: 这本书介绍了部分python基础并讨论了人工智能算法,读者将会学习到一些较难的数学话题,例如回归和分类(The book begins by introducing you to Python
and discussing the use of AI search algorithms. You will learn math-heavy
topics, such as regression and classification, illustrated by Python examples.)
- 2020-06-11 09:45:16下载
- 积分:1
-
movieRecommendation-master
说明: 推荐推荐实现,基于TensorFlow的推荐(based TensorFlow Recommend systerm)
- 2020-06-23 18:00:02下载
- 积分:1
-
利用HOG特征和SVM算法分类器进行人检测
在VS2013+openCV2.4.9平台上运行,首先准备正负样本若干,进行预处理,提取正负样本的Hog特征,加入到SVM分类器进行训练,最终得到检测行人的分类器!
- 2022-11-22 17:45:04下载
- 积分:1
-
python 绘制三维直线图(plot 3d trajectory)
绘制三维直线图,将飞机飞行的航迹用(经度,纬度和高度)来描述
- 2021-03-20 23:19:17下载
- 积分:1
-
tieba
利用python爬虫爬取贴吧头像及贴吧ID(Use Python crawler crawling stick stick head and stick it ID)
- 2017-09-12 14:17:44下载
- 积分:1
-
weblogic_poc.cve-2018-2628
验证是否存在cve-2018-2628漏洞(Verify that there is a cve-2018-2628 vulnerability)
- 2020-06-19 23:20:02下载
- 积分:1
-
python Tkinter的串口调试助手
串口调试助手
- 2019-12-31下载
- 积分:1