登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:OpenCV
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. calibrate

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

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

3. 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
下载
112
浏览
2018-08-30发布

4. 路径规划

  利用地图图像的像素点与真实世界对应,进行路径规划,曲线使用三阶贝塞尔曲线生成(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
下载
90
浏览
2018-07-31发布

5. License-Plate-Recognition-master

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

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

6. 模板:基于OpenCV的车辆速度检测

  在道路检测视频中,使用OPENCV进行车速检测,附带数据视频。(In road detection video, OPENCV is used to detect vehicle speed with data video.)

15
下载
72
浏览
2018-06-26发布

7. trax-master

  目标跟踪算法,基于kalman滤波的meanshift目标跟踪算法(With the rapid development of hardware and software technology and machine intelligence at home and abroad, more and more attention has been paid to the research subject of computer vision. People have begun to have a rich interest in visual information. Vision is an important part of various applications, such as medical diagnosis, military analysis, and aerospace intelligent systems. At the same time, a large number of researchers have done a variety of research on computer vision, including video based targets.)

0
下载
54
浏览
2018-06-04发布

8. OPENCV函数手册(带目录)

  opencv function list with dialoge

6
下载
70
浏览
2018-05-22发布

9. 21ic下载_OpenCV3编程入门-源码例程全集-人脸识别

  OpenCV3编程入门,源码例程全集,人脸识别,挺不错的,欢迎采纳。(OpenCV3 programming introduction, source code routines, face recognition, very good, welcome to adopt.)

1
下载
55
浏览
2018-05-15发布

10. Background-Subtraction-using-GMM-master

  背景提取 提取出视频忠的背景 使用帧差法(Background extraction)

2
下载
68
浏览
2018-05-14发布

11. MSRCR-Restoration-master

  基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。(The multi-scale Retinex algorithm (MSRCR) based on OpenCV is a night image enhancement algorithm. It also has a certain processing effect on fog removal. It can run directly, and the effect is ideal. The multi-scale Retinex algorithm (MSRCR))

21
下载
74
浏览
2018-04-27发布

12. Main

  使用opencv图像库,识别数码管图片中的数字(Identify numbers in digital tube pictures)

11
下载
68
浏览
2018-04-19发布

13. 图像修复

  获取一张影像,利用掩膜对图像进行修复操作。(Get an image and use the mask to repair the image.)

3
下载
63
浏览
2018-04-12发布

14. Affine_Transform_comprehensive

  c++,opencv实现仿射变换的综合实例,vs2015,opencv 3.4及以上版本均可直接运行(Affine_Transform_comprehensive)

2
下载
43
浏览
2018-04-10发布

15. 【1】第一章

  图像显示,opencv的开发配置环境,图像腐蚀,播放视频,调用摄像头(picture show and opencv surrounding and picture explode and watch video)

2
下载
47
浏览
2018-04-09发布

16. people

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

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

17. opencv

  opencv2中core ,highgui,和 imgproc部分源码(source about codecore highgui imgproc in opencv 2 lib)

1
下载
54
浏览
2018-03-17发布

18. faceRecognization

  本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;(LBP features extract facial features, and use SVM to extract and recognize the facial features. The OpenCV2.4.9 version of the image processing library is used. The recognition rate of the algorithm is over 95% by testing the standard samples in the face database.)

22
下载
61
浏览
2018-01-16发布

19. EmguCV.Sample

  使用opencv,切割成256*256的瓦片,并保存openlayer支持的目录下。(Use opencv, cut into 256*256 tiles, and save the directory supported by openlayer.)

1
下载
53
浏览
2018-01-06发布

20. show

  opencv入门,读取图片进行显示。图片可进行替换。(Opencv entry, read pictures to display)

2
下载
54
浏览
2017-12-22发布