All Projects → tomazas → Opencv Lane Vehicle Track

tomazas / Opencv Lane Vehicle Track

Licence: mit
OpenCV implementation of lane and vehicle tracking

Projects that are alternatives of or similar to Opencv Lane Vehicle Track

Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+259.26%)
Mutual labels:  opencv, vehicle-detection, detection
Simple vehicle counting
Vehicle Detection, Tracking and Counting
Stars: ✭ 439 (+170.99%)
Mutual labels:  opencv, vehicle-detection
Text Image Augmentation
Geometric Augmentation for Text Image
Stars: ✭ 333 (+105.56%)
Mutual labels:  opencv, detection
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-62.96%)
Mutual labels:  opencv, detection
Real time object detection and tracking
YOLOv2 and MobileNet_SSD detection algorithms used along with KCF object tracker
Stars: ✭ 241 (+48.77%)
Mutual labels:  opencv, detection
odam
ODAM - Object detection and Monitoring
Stars: ✭ 16 (-90.12%)
Mutual labels:  detection, vehicle-detection
Vehicle detection haarcascades
Vehicle Detection by Haar Cascades with OpenCV
Stars: ✭ 445 (+174.69%)
Mutual labels:  opencv, vehicle-detection
Blurdetection2
Blur Detection with OpenCV in Python
Stars: ✭ 156 (-3.7%)
Mutual labels:  opencv, detection
Vehicle counting hog svm
Vehicle detection, tracking and counting by SVM is trained with HOG features using OpenCV on c++.
Stars: ✭ 82 (-49.38%)
Mutual labels:  opencv, vehicle-detection
Ftcvision
Computer Vision library for FIRST Tech Challenge
Stars: ✭ 73 (-54.94%)
Mutual labels:  opencv, detection
Raspberrypi Facedetection Mtcnn Caffe With Motion
MTCNN with Motion Detection, on Raspberry Pi with Love
Stars: ✭ 204 (+25.93%)
Mutual labels:  opencv, detection
Skindetector
A Python based skin detection system using OpenCV
Stars: ✭ 130 (-19.75%)
Mutual labels:  opencv, detection
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (+24.69%)
Mutual labels:  opencv, detection
Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+105.56%)
Mutual labels:  opencv, detection
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-59.26%)
Mutual labels:  opencv, detection
Toptal logo detector
Toptal logo detector
Stars: ✭ 121 (-25.31%)
Mutual labels:  opencv, detection
Scene Text Recognition
Scene text detection and recognition based on Extremal Region(ER)
Stars: ✭ 146 (-9.88%)
Mutual labels:  opencv, detection
Smartopencv
🔥 🔥 🔥 SmartOpenCV是一个OpenCV在Android端的增强库,解决了OpenCV Android SDK在图像预览方面存在的诸多问题,且无需修改OpenCV SDK源码,与OpenCV的SDK解耦
Stars: ✭ 1,869 (+1053.7%)
Mutual labels:  opencv
Proctoring Ai
Creating a software for automatic monitoring in online proctoring
Stars: ✭ 155 (-4.32%)
Mutual labels:  opencv
Vehicle Speed Check
Vehicle Speed Check
Stars: ✭ 151 (-6.79%)
Mutual labels:  opencv

###Project implements a basic realtime lane and vehicle tracking using OpenCV.###

Screenshots:
Implemented with:
  • OpenCV 2.3
  • C/C++ using Microsoft Visual Studio 2010 IDE.
OpenCV features used & used techniques:
  • Gaussian smoothing for image noise removal
  • Canny edge detection [1]
  • Hough transform for line detection
  • Haar features for vehicle detection (hypothesis generation) [2]
  • Vehicle hypothesis verification using horizontal edges and symmetry [3]
Possible improvements:
  • k-Means clustering for Hough lines
  • Kalman/Gabor/RANSAC filtering of sampled data
  • KLT (Kanade-Lucas-Tomasi) feature tracker for vehicle tracking
  • Vanishing point detection using Gaussian probability model
  • Better lane tracking(probability methods), stability & accuracy
  • More accurate vehicle hypothesis checking
  • Alternative IPM(inverse perspective mapping) lane detection method
  • Road area extraction & detection for roads without lanes
  • Ability to process night vision situations
  • Include road shadow removal
  • Speed upgrades
  • Road sign and traffic lights detection
References:
  1. Canny, J., "A Computational Approach To Edge Detection", IEEE Trans. Pattern Analysis and Machine Intelligence, 1986
  2. Viola and Jones, "Rapid object detection using a boosted cascade of simple features", Computer Vision and Pattern Recognition, 2001
  3. King Hann Lim et al. "Lane-Vehicle Detection and Tracking", IMECS, 2009

#####Training data used from: ##### California Institute of Technology SURF project

Projects using our source code base & samples (YouTube video):

Example video

Example project homepage

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].