登录

最新会员 最新下载

成为了本站VIP会员

今天14:43

成为了本站VIP会员

今天10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Python
  2. 代码类别:OpenCV
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. picture_cut

说明:  对提供的图像进行裁剪,并对裁剪后的图片分类,主要是裁剪边框,提取某个区域的图片(Cut out the details of the pictures and classify the cut pictures.)

0
下载
38
浏览
2019-10-08发布

2. 09特征匹配

说明:  SIFT特征点检测 DoG金字塔图像生成后,通过全搜索中间层DoG图像(去除第一个和最后一个DoG图像)的像素点,判断当前像素点的像素值是否大于(或者小于)周围8邻域的像素值(sddsdadadsda da da d ad a da adad ad a d ad a d ad a d ad a d)

2
下载
47
浏览
2019-07-02发布

3. gabor.py

  Gabor特征提取,使用python,输出为一个直方图。用于kcf的目标跟踪(Gabor feature extraction, using python, output as a histogram. Target tracking for KCF)

4
下载
60
浏览
2019-04-15发布

4. gabor.py

说明:  Gabor特征提取,使用python,输出为一个直方图。用于kcf的目标跟踪(Gabor feature extraction, using python, output as a histogram. Target tracking for KCF)

6
下载
40
浏览
2019-04-15发布

5. 17.3开运算

  图像开运算代码实例,可以直接运行,只需修改路径(Examples of image open operation code)

1
下载
65
浏览
2019-04-11发布

6. 17.3开运算

说明:  图像开运算代码实例,可以直接运行,只需修改路径(Examples of image open operation code)

0
下载
38
浏览
2019-04-11发布

7. 分水岭

  基于Python的分水岭算法可以自动分割连接的图像(Python - based watershed algorithm can automatically segment connected images)

6
下载
44
浏览
2019-01-10发布

8. 分水岭

说明:  基于Python的分水岭算法可以自动分割连接的图像(Python - based watershed algorithm can automatically segment connected images)

18
下载
68
浏览
2019-01-10发布

9. traffic_counter

说明:  能够实现对车辆的检测与计数,已经测试通过。但压缩包中没有附带视频,视频可以在网上下载。(It can detect and count vehicles, and has passed the test. But there is no video attached to the compressed package. Video can be downloaded online.)

3
下载
44
浏览
2019-01-05发布

10. calibrate

  鱼眼相机标定及校正,利用opencv对鱼眼相机进行标定及校正,输出校正后图像(Calibrate fisheye lens using OpenCV)

9
下载
42
浏览
2018-11-26发布

11. 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.)

22
下载
84
浏览
2018-08-30发布

12. 路径规划

  利用地图图像的像素点与真实世界对应,进行路径规划,曲线使用三阶贝塞尔曲线生成(Using the correspondence between the pixels of the map and the real world, the path planning is carried out, and the curve is generated by the three order Bessel curve.)

10
下载
70
浏览
2018-07-31发布

13. License-Plate-Recognition-master

  用python3+opencv3做的中国车牌识别,包括算法和客户端界面。(Chinese license plate recognition using python3+opencv3, including algorithm and client interface.)

20
下载
42
浏览
2018-07-07发布

14. people

  基于python语言实现opencv自带svm检测行人(Opencv takes SVM to detect pedestrians)

19
下载
65
浏览
2018-03-21发布

15. camshift

  Ejemplo camshift python

6
下载
54
浏览
2017-08-02发布

16. project_6_extended_kalman_filter

  卡尔曼滤波在汽车上的应用,车道线识别跟踪,消失点,检测目标的识别跟踪(kalman_filter in car lane detection)

24
下载
62
浏览
2017-06-21发布

17. change

  pyqt和opencv结合,将opencv采集的图像显示到QT的窗口上 python代码 国外大神写的(pyqt and opencv combined with the opencv captured image is displayed on the window to QT python code written in foreign god)

52
下载
54
浏览
2013-07-25发布

18. fpca.py

  FUNCTION THAT CALCULATE THE PRINCIPAL COMPONENT ANALISIS PCA

9
下载
44
浏览
2012-12-26发布

19. testMatchTemplateCAM

  通过调用OpenCV库,采用计算相关性大小进行视频跟踪。在源码中输入要跟踪的图样,运行文件,程序可以识别跟踪摄像头摄取场景内与图样相关性最高的目标(By calling the OpenCV library, using a case-by-difference method for video tracking. Input source you want to track the pattern, run the file, the program can identify tracking camera scene and drawings highest goal intake)

39
下载
48
浏览
2012-08-21发布