-
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
-
车道线的检测 3970978Test
说明: 采用传统图像处理方法,能够实现对车道线的检测,检测效果较好(The traditional image processing method can realize the detection of lane line, and the detection effect is good)
- 2020-07-29 09:21:10下载
- 积分:1
-
兴趣点检测
关于harris兴趣点检测,兴趣点的检测和查找,包含头文件和源文件,角点检测部分可以参考。Opencv中用于实现harris角点检测的基本函数时,cv::cornerHarris使用方便,输出结果是浮点数类型的图像,每一项为对应位置的角点强度,之后可使用阈值化已得到一组检测到的角点。
- 2022-12-08 19:50:03下载
- 积分:1
-
ciwt-master
基于c++的多目标跟踪,达到实时性要求,仅供参考(multi-object tracking in real-time)
- 2019-01-10 20:13:17下载
- 积分:1
-
pedestrian detection master
使用C++,opencv实现行人检测,包含文件为 crop-image、find_save+hardexample、imag_detect、peopledetect以及video_detect,使用HOG实现行人的检测。
- 2022-02-05 05:41:15下载
- 积分:1
-
FaceRecognitionDemo_2
Face Recognition Demo 2
- 2012-04-13 00:32:53下载
- 积分:1
-
demo
利用opencv进行相机标定 内附标定板图像(Camera calibration with OpenCV.)
- 2017-11-08 11:08:36下载
- 积分:1
-
xtt-face-0.0.2
说明: java 调用人脸识别,进行了封装,请解压内部文件,然后进行反编译jar(java call opencv Call face recognition, encapsulate, decompress internal files, and decompile jar)
- 2020-06-23 12:00:02下载
- 积分:1
-
DetectObjectWithSurf
Object detection (or rather, recognition) is one of the fundamental problems in computer vision and a lot of techniques have come up to solve it.
This is a Project about Real-time object detection in OpenCV using SURF.
- 2013-09-10 00:59:41下载
- 积分:1
-
cbct_segment
说明: 使用opencv可以读取bmp肺部CT图片并准确分割出肺部的轮廓。(we can read BMP lung CT images and accurately segment the lung contour by opencv.)
- 2020-07-21 12:54:44下载
- 积分:1