-
sar_sift
说明: SAR SIFT图像配准算法。yishiliuhuasheng/sar_sift(SAR sift image registration algorithm. yishiliuhuasheng/sar_ sift)
- 2020-11-20 09:39:37下载
- 积分:1
-
baidu人脸识别Api例子
说明: baidu人脸识别Api例子,
Baidu Face Recognition Api Example(Baidu Face Recognition Api Example)
- 2020-06-18 03:00:02下载
- 积分:1
-
photocopyG.py
Grayscale Photocopy Machine
- 2013-10-28 16:12:02下载
- 积分:1
-
CART(分类回归树)
源码包包含两个文件,一个用于生成分类回归树,另一个用于画分类回归树的图例。使用时,只需调用cart.py。该代码能够实现未剪枝的分类回归树和剪枝的回归树。另外,该算法能同时以图的形式显示一颗分类回归树。
- 2022-11-07 02:55:04下载
- 积分:1
-
11
说明: 实现目标检测的代码,前期还需自己搭建框架(To achieve the target detection code, you need to build the framework yourself)
- 2020-05-21 13:56:27下载
- 积分:1
-
SimpleTelnet
Introduction
This server uses the Telnet protocol which is not used as much nowadays because HTTP has taken its place. However, it is very simple and light. It does not need a heavy server or complicated methods to write dynamic functions. Almost everything to be sent is based on text. I run a Windows server and I made this program for maintaining the Windows server. This program can be used as a simple monitoring program. You can check whether your server is OK or not via Telnet. The things you need to do are simply add a script or modify some Python code.
Background
This server is written using the Telnet protocol, ANSI code, and ZModem. These are not common these days. So if you were familiar with this protocol, you could modify it for your purposes. If you know the Python language, you can understand the code easily.
- 2021-04-13 21:38:55下载
- 积分:1
-
total-focusing-method-master
说明: 该功能用于超声相控阵全聚焦成像仿真,可以对采集参数进行设置,实现全聚焦成像(This function is used for ultrasound phased array full-focus imaging simulation, which can set the acquisition parameters to achieve full-focus imaging)
- 2020-12-31 11:18:59下载
- 积分:1
-
cartpole-master
Cart-pole problem solition with python
- 2013-11-27 03:51:04下载
- 积分:1
-
室内经典指纹定位算法
说明: 室内经典指纹定位算法rader的简洁实现(The classic fingerprint location algorithm rader simple implementation)
- 2020-06-23 07:40:01下载
- 积分:1
-
Python-opencv车牌识别
算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会发现,车牌字符识别,可能存在误差,尤其是第一个中文字符出现的误差概率较大。(Bits in the predict method, for clarity, add a lot of comments after completing the code and testing, see the source code. License plate character recognition is also included in the predict method. Please refer to the comments in the source code. It needs to be noted that the algorithm used for license plate character recognition is SVM of opencv. The training sample used for SVM training comes from the c++ version of EasyPR on github. Due to limited training samples, you may find errors in license plate character recognition when testing, especially the error probability of the first Chinese character is large.)
- 2018-08-30 16:46:33下载
- 积分:1