-
2019国赛A题高压油管的压力控制 Python代码
说明: 2019国赛A题高压油管的压力控制 Python代码(Pressure control Python code of high pressure oil pipe in 2019 National Games a)
- 2020-09-02 16:38:36下载
- 积分:1
-
python实现钱币检测(canny和hough)
【实例简介】
目 录
1 实验整体步骤 2
1.1 Main函数 2
1.2 Canny算法 2
1.3 Hough算法 2
2 算法介绍 3
2.1 Canny算法 3
2.1.1 使用高斯滤波器滤波 3
2.1.2 计算图像的梯度图并获得梯度方向 3
2.1.3 对梯度图进行非极大化抑制 3
2.1.4 使用双阈值法获得最终的边缘图 4
2.2 Hough算法 4
2.2.1 建立参数空间 5
2.2.2 依据边缘点的梯度方向对参数空间进行投票 5
2.2.3 依据预设定的投票阈值筛选出初步结果 5
2.2.4 对已筛选出的结果进行非极大化抑制 5
3 代码实现 5
3.1 Main函数 6
3.2 Canny算法 6
3.3 Hough算法 10
4 实验结果与分析 12
4.1 实验结果 12
4.2 各个参数对于最终定位结果的影响 14
4.2.1 Canny算法 14
4.2.2 Hough算法 14
附录 15
- 2021-06-15 00:31:14下载
- 积分:1
-
PSO1
说明: 粒子群算法(以下简称PSO)就是模拟鸟群觅食行为的一种彷生算法 。 解=粒子=鸟 (鸟的位置象征着离食物的距离,粒子的位置也象征着离最优解的距离,是评价解质量的唯一标准), 找食物=找最优解,一个西瓜=一个粒子找到的历史最优解,一块肉=整个粒子群找到历史最优解 ,(Particle swarm optimization)
- 2019-11-08 22:45:48下载
- 积分:1
-
手写数字识别
说明: 基于BP神经网络的手写数字识别系统,程序使用python语言编写,训练数据集为mnist;交互界面使用PYQT编写,用户可在画板通过鼠标书写数字作为识别对象。(The program of handwritten digit recognition system based on BP neural network is written in Python language, and the training data set is MNIST; the interactive interface is written in pyqt, and the user can write the digit on the drawing board through the mouse as the recognition object.)
- 2020-06-26 21:00:01下载
- 积分:1
-
复杂网络K-shell法顶点排序实例.py
复杂网络K-shell法顶点排序实例.py
- 2020-11-07下载
- 积分:1
-
main
说明: 使用openmv实现人脸识别。。。。。。。。。。。。。。。。。。(Face recognition is a kind of biometric technology based on facial feature information. A series of related technologies, also known as portrait recognition and face recognition, that use cameras or cameras to collect images or video streams containing faces, and automatically detect and track faces in the images, and then perform face recognition on the detected faces.)
- 2020-11-22 21:01:13下载
- 积分:1
-
MicapsDataDraw-master
基于python语言读取Micaps格式数据,包括地面、高空、格点数据等类型。(Read Micaps format data based on Python language)
- 2018-05-02 11:25:38下载
- 积分:1
-
TCP通讯
说明: TCP学习总结,及用python实现简单TCP(Summary of TCP Learning and Implementation of Simple TCP with Python)
- 2019-10-11 18:20:15下载
- 积分:1
-
gene
简单的遗传算法Python实现,遗传算法是一种全局搜索算法(Genetic Algorithm in python.Genetic algorithm is a global optimization search algorithm that simulates biological evolution.)
- 2018-05-21 21:08:25下载
- 积分:1
-
blog_web-dev_fd
说明: 使用python flask搭建博客,实现登录,评论功能(Using Python flash to build blog, log in and comment)
- 2019-12-31 08:56:24下载
- 积分:1