# VehicleSpeedRecognition **Repository Path**: avBuffer/VehicleSpeedRecognition ## Basic Information - **Project Name**: VehicleSpeedRecognition - **Description**: Vehicle speed recognition and crash prediction based on virtual coil method 基于虚拟线圈法的车速识别和撞线预测 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VehicleSpeedRecognition Vehicle speed recognition and crash prediction based on virtual coil method 基于虚拟线圈法的车速识别和撞线预测 华南理工大学 模式识别实践 README只列了框架,详情移步[https://juejin.cn/post/6924222163868188679/](https://juejin.cn/post/6924222163868188679/),转载注明出处 记得**star一下**呀 ## 最终效果图
## 设计思路 项目的编程环境为python3.7.7,编译器使用pycharm2019.3.4 x64,视频序列30帧每秒。项目采用虚拟线圈法估算车速,取线圈内平均灰度值相对于没有车辆的线圈内平均灰度值的变化c作为对象特征,当c的绝对值大于某一阈值时,判断有汽车通过线圈。 ## 基于虚拟线圈的车速检测算法 ## 总结