-
行人图像分类
对行人图像进行二分类,行人 或者 非行人 ,分类效果好(The classification of pedestrian images, pedestrian or non-pedestrian, has a good effect)
- 2020-06-19 07:00:01下载
- 积分:1
-
Brush-quote
刷帖机,可以在论坛上面很方便,迅速的刷帖子,能用来抢票等等(Brush quote machine, you can easily top the forum, quickly brush the post, so I can rob ticket)
- 2014-02-19 18:44:13下载
- 积分:1
-
遗传算法
基于iris和sonar的遗传算法验证,在本次遗传算法的实现中,本人采用了第一种判据,即基于距离的可分性判据,基于距离的可分性判据的实质是fisher准则的延申,即综合考虑不同类样本的类内聚集程度与类间的离散程度这两个因素,判据的优化体现出降维特征空间较好的体现类内密集。一些不能体现类间分隔开的特征很可能被排除掉。
- 2022-03-07 04:09:31下载
- 积分:1
-
jd-autobuy-master
说明: Python爬虫,自动登录京东网站,查询商品库存,价格,显示购物车详情等。
可以指定抢购商品,自动购买下单,然后手动去京东付款就行。(Python crawler, automatically log into Jingdong website, query commodity inventory, price, display shopping cart details, etc.
You can specify the goods to be snapped up, place an order automatically, and then go to Jingdong to pay manually.)
- 2020-04-05 17:31:18下载
- 积分:1
-
相机控制
#include"stdafx.h"
#include < cv.h >
#include < highgui.h >
#include < math.h >
# 包括 < stdlib.h >
#include < stddef.h >
#include < stdlib.h >
#include < conio.h >
#include < iostream >
使用命名空间 std ;
IplImage * img ;
IplImage * img1 ;
IplImage * img2 ;
IplImage * des ;
使用命名空间的简历 ;
//callback 函数
无效 changeContrast (int 对比) {
if(contrast = 10) {
cvScale (img,des,(对比度-9)) ;
}
cvShowImage des"飞鸟") ;
img = des ;
}
void changegamma (int 伽玛)
{
γ = γ/10 ;
//gamma 校正
cvPow (img、 des、 伽玛) ;
//cvConvertScaleAbs (des,des,1,0) ;
cvShowImage des"飞鸟") ;
img = des ;
}
空 changeBrightness(int bright)
{
- 2022-08-15 23:57:58下载
- 积分:1
-
(强化学习入门)David Silver
深度学习的中文版本,里面详细介绍了深度学习的各种算法,其中还有一些用到的基础内容,例如矩阵和向量的范数(Chinese version of the depth of learning, which detailed the depth of learning algorithms, some of which used the basics, such as vector and matrix norm)
- 2019-06-20 21:48:45下载
- 积分:1
-
example1
运用格子搜索法确定SVR中的参数c和gamma(Using Lattice Search Method to Determine Parameters C and Gamma in SVR)
- 2019-03-06 20:12:54下载
- 积分:1
-
Installing Pip
说明: Installing the pip in the python on windows platform
- 2020-06-24 23:00:01下载
- 积分:1
-
ros系统 python通过gpfpd获取差分gps数据
ros系统 python通过gpfpd获取差分gps数据
gpfpd格式是比较出名的差分gps公司提供的一种文本输出格式gps数据输出方式
ros系统,是一种实时操作系统,建立在ubuntu14.04系统下,版本是indigo
本代码通过232接口获取gpfpd格式gps数据,然后按照预先设定的comb格式消息public到ros系统中,可以按照格式接受使用
- 2022-03-18 08:25:47下载
- 积分:1
-
ann-windspeed-forecast-master
说明: 使用深度学习算法ANN对风速数据进行预测,最后的预测效果很好(Using ANN algorithm to predict wind speed)
- 2021-02-11 13:39:51下载
- 积分:1