[ECCV-20] Official PyTorch implementation of HoughNet, a voting-based object detector.
-
Updated
Oct 15, 2022 - Python
8000
[ECCV-20] Official PyTorch implementation of HoughNet, a voting-based object detector.
Integration of YOLOv5 Model and Lane Detection
Implement hough transform for line detection
This Python code utilizes OpenCV to detect and draw circles in an image. It applies grayscale conversion and median blur to reduce noise, then employs the Hough Circle Transform for circle detection. Detected circles are highlighted in red on the image.
Autonomous vehicle Road Lane Detection system using Digital Image Processing techniques.
Implementation of computer vision algorithms and image processing using Numpy & OpenCV
Computer Vision Project implementation of Harris Corner Detection, and Hough Transform.
Lane detection software for self driving cars in Python
Add a description, image, and links to the hough-transformation topic page so that developers can more easily learn about it.
To associate your repository with the hough-transformation topic, visit your repo's landing page and select "manage topics."