-
opencv帧差法识别物体
利用帧差法识别视频中运动的物体。我采用的是利用二帧法,对于运动速度慢的物体效果也是非常好的,我一直i想进行模板匹配的,但是总是进行不好。还是希望有人能够跟我交流一下。希望有人能够喜欢,有什么问题在一起讨论
- 2022-03-21 12:08:59下载
- 积分: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
-
Computervisonopencv
这是我做毕设时,用到的机器视觉关于OPENCV方面的文献,主要是尺寸测量方面的(This is what I do when the complete set, used in machine vision OPENCV the literature on the main aspects is the size measurement)
- 2010-12-27 16:52:58下载
- 积分:1
-
Meanshift
运用meanshift算法进行目标跟踪,用鼠标选取目标后对目标进行跟踪(Target tracking using meanshift algorithm)
- 2017-10-23 15:47:29下载
- 积分:1
-
光流法
光流法是用于目标跟踪:对于一个连续的视频帧序列进行处理;针对每一个视频序列,利用一定 目标检测方法,检测可能出现的前景目标;如果某一帧出现了前景目标,找到其具有代表性的关键特征点;对之后的任意两个相邻视频而言,寻找上一帧中出现的关键特征点在当前帧中的最佳位置,从而得到前景目标在当前帧中的位置坐标;如此迭代进行,便可实现目标的跟踪。
- 2022-07-25 14:34:12下载
- 积分:1
-
CALIB
用张正有的方法实现摄像机内参数标定,经验证可以实现(Zhang is some method to achieve with camera calibration parameters within)
- 2013-06-27 21:32:50下载
- 积分:1
-
读取并显示图像,中值滤波,均值滤波,二维滤波cvFileter2D
可以直接运行的源代码!!主要是图像滤波代码,本人直接运行成功的代码!
- 2022-03-22 02:27:30下载
- 积分:1
-
Laganiere---OpenCV-2
Laganiere - OpenCV 2. Computer Vision Application Programming Cookbook
- 2013-08-13 17:05:51下载
- 积分:1
-
hogPsvm
HOG特征点的提取并使用SVM分类器训练样本予以分类(样本尺寸可以不一)(HOG feature point extraction and SVM classifier using training samples to be classified (sample size may vary))
- 2013-10-09 13:59:39下载
- 积分:1
-
Haarcascade Eyes Nose mouth
Haarcascade用于检测眼睛、鼻子、嘴巴和opencv。 ;已测试。非常有效好吧,是的在haar-like中使用旧的opencv格式。
- 2022-07-21 18:30:31下载
- 积分:1