-
开普勒望远镜观察星星的光通量
开普勒望远镜观察星星的光通量,包括5000条训练数据和400多条测试数据。可用机器学习算法进行训练测试,验证算法的可行性。
- 2022-09-04 05:30:15下载
- 积分:1
-
多word文档拼接
【实例简介】多word文档拼接
- 2021-06-22 00:31:14下载
- 积分:1
-
ShamirSecretsharingPy
python语言实现多项式秘密分享,并且可以用拉格朗日插值恢复(Python language implements polynomial secret sharing and can be restored by Lagrange interpolation)
- 2020-11-18 01:39:39下载
- 积分:1
-
计算语言学讲义中科院+刘群
说明: 自然语言处理语义分析演讲内容,入门者推荐学习(Text categorized corpus)
- 2020-06-21 18:40:01下载
- 积分: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
-
python矩阵numpy库
[](https://travis-ci.org/numpy/numpy)
NumPy is the fundamental package needed for scientific computing with Python.
This package contains:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
* tools for integrating C/C++ and Fortran code
* useful linear algebra, Fourier transform, and random number capabilities.
It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.
More information can be found at the website:
* http://www.numpy.org
After installation, tests can be run (if ``nose`` is installed) with:
python -c "import numpy; nu
- 2022-08-20 23:43:20下载
- 积分:1
-
SVM-timeseries
基于SVM的时序序列预测,用python实现,内附测试数据,方便可用。(SVM prediction based on a timing sequence with python to achieve, enclosing the test data to facilitate available.)
- 2021-03-27 09:39:12下载
- 积分:1
-
使用matplotlib在python中绘制图形
基于matplotlib在python中绘制图形。代码中给出了一个sinx,一个三维曲面的绘制代码示例。
- 2022-02-13 00:05:21下载
- 积分:1
-
lstm时间序列的python语言
说明: lstm时间序列的python语言,可以参考(Python language of LSTM time series)
- 2019-12-24 10:41:47下载
- 积分:1
-
NDVI批量计算Python代码
说明: NDVI最大值合成法批量计算Python代码(Python Code for Batch Computing by NDVI Maximum Composition Method)
- 2020-12-23 11:59:06下载
- 积分:1