搜索资源列表
Cmeanvalue
- 基于背景差分算法和C均值聚类算法的车辆检测与跟踪-Based on background difference algorithm and C means clustering algorithm for detecting and tracking vehicles
carcounter1
- This is a object counter written in OpenCV for a special aim, car detection. It can classfy the vehicles as car, truck and bus.
matlab_image_roadtest
- AGV(自动导引车)路径识别系统的MATLAB实现,包括对图像进行灰度处理,阈值分割,二值化,开闭运算,边缘检测-AGV (automatic guided vehicles) MATLAB path to achieve recognition system, including gray-scale image processing, segmentation, thresholding, opening and closing operation, edge detection
matlab
- matlab车牌定位程序,内附图片,使用于国外的车-matlab plate positioning procedures, containing pictures of the vehicles used in foreign countries
GPS_GPRS
- 用GPS定位车辆,用GPRS传送车辆位置-Using GPS positioning of vehicles, using GPRS to send vehicle location
Vehicles
- List of available vehicles
Recognition
- 運動識別 在摄像机监视的场景范围内,对出现的运动目标进行检测、分类及轨迹追踪,可应用于各种监控目的,如周界警戒及入侵检测、绊线检测、非法停车车辆检测等。-Movement Recognition ' scene in the scope of surveillance cameras, the emergence of the moving target detection, classification and tracking, monitoring can be applied
vehicles
- doom3 的 vehicles系统设计方案-doom3 s vehicles
PathAbleway
- 对于智能交通车(在特定道路上)基于视觉系统的识别程序(MATLAB开发环境),可识别多种以图片为形式的路况信息,才去的方法是边缘提取识别法。-For the Intelligent Transportation vehicles (in a particular way) is based on visual system identification procedure (MATLAB development environment), can identify a variety of pi
carpark
- In this project, we are going to develop an intelligent video surveillance system for a car park. The system monitors the client’s car park 24 hours and 7 days a week. In order to reduce the workload of the security officers, we need to develop an al
track_vehicles
- Track the vehicles in the traffic videos
Optical-flow-method-track-vehicles
- 用光流法跟踪车辆 通过用mainshift算法跟光流法相结合进行目标跟踪-Optical flow method track vehicles
9
- 电动汽车在含大规模风电的丹麦电力系统中的应用,可以看看喔-Electric vehicles with large-scale wind power in the Danish power system applications, can be bought
Hybrid-Vehicles-and-The-Future-Of-Personal-Transp
- Hybrid Vehicles and the Future of Personal Transportation
vehicles-testing
- 图像分割——检测交通视频中的汽车目标,所上传文件包括M文件以及源视频(AVI格式)。-Image segmentation traffic video of the vehicles-testing goal, upload files including M files and source video (AVI format).
Integration-of-plug-in-hybrid-electric-vehicles.r
- Methodology for modelling plug-in electric vehicles in the power system and cost estimates for a system with either smart or dumb electric vehicles
Impact-of-plug-in-hybrid-electric-vehicles-on-pow
- Impact of plug-in hybrid electric vehicles on power systems with demand response and wind power
autonomous-vehicles-target-tracking
- 基于视觉的自主车为目标的数据融合跟踪使用多个相互作用的动态模型-Vision based data fusion for autonomous vehicles target tracking using interacting multiple dynamic models
Modern-electric-vehicles--
- 现代电动混合动力和燃料电池汽车基础理论和设计 -Modern electric hybrid electric and fuel cell vehicles fundamentals theory and design
Vehicles
- 一个关于Vehicle的小程序,带源码,测试可以执行。主要是一个类的继承的练习。-Vehicles Create a base class called Vehicle that has • the manufacturer’s name (type string), • number of cylinders in the engine (type int), and • owner (type Person, given below).