Skip to content
#

hough-transform

Here are 282 public repositories matching this topic...

The first project in the Udacity Self-Driving Car Nanodegree is about implementing a pipeline that detects lane lines in images. While the pipeline is created for a single image, it can be applied to video footage by breaking the video down into frames, passing the frames through the pipeline, and then reconstructing the video.

  • Updated May 13, 2021
  • Jupyter Notebook

This GitHub repository provides a comprehensive guide and implementation of the Hough Transform for line detection in Python using OpenCV. It covers step-by-step instructions for implementing the algorithm from scratch, including edge detection, parameter space transformation, and line extraction.

  • Updated Feb 16, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the hough-transform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hough-transform topic, visit your repo's landing page and select "manage topics."

Learn more