-
road
车道线检测,在vs2010配置opencv的情况下亲测可用,代码没有做出透视变换(Lane detection, in the case of pro-test opencv vs2010 configuration is available, the code does not make a perspective transformation)
- 2020-07-04 11:40:02下载
- 积分:1
-
图像文件读入和显示
基于oepncv的图像文件读入和显示源代码
- 2022-08-05 18:53:51下载
- 积分:1
-
cyqTextDetection2
opencv文字检测,灰度化,边缘化,闭运算,开运算,连通域大小判断。。(text detection using opencv )
- 2011-06-07 17:17:20下载
- 积分:1
-
opencv目标跟踪光流法,调试成功过
基于opencv的目标跟踪标记,应用光流法,误检率低,能够详细的检测目标。
- 2022-03-11 22:49:47下载
- 积分:1
-
camshift-meanshift全自动跟踪
背景差分提取前景,camshift跟踪,解决了传统的 CamShift 目标跟踪算法在跟踪目标之前需要手动选择目标区域的问题,边检侧边跟踪,效果较好
- 2022-04-01 00:52:13下载
- 积分:1
-
HOG特征可视化
利用opencv2.4.11+VS2013实现HOG特征提取,并实现特征的可视化
- 2022-02-11 21:43:27下载
- 积分:1
-
背景差分法实现车辆目标检测
读取视频文件,平均值法获取初始背景,背景实时更新,背景差分获取车辆目标前景,形态学滤波进行噪声处理,边缘检测获取边缘前景,可针对具体帧进行hough线检测,能够统计视频帧数,且能够提取其中任何一帧。
- 2023-05-21 11:50:04下载
- 积分:1
-
基于OpenCV下对点进行连续跟踪的源代码
基于OpenCV下对点进行连续跟踪的源代码。
- 2023-04-09 15:10:03下载
- 积分:1
-
rhesesvgn
这是用三角窗设计的FIR低通滤波器,来消除音乐信号的噪声,(This is using triangular window design of FIR low-pass filter, to eliminate the noise of the music signal,)
- 2017-08-15 12:04:40下载
- 积分: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