Skip to content
#

hough-lines

Here are 76 public repositories matching this topic...

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

Assignments and projects made while taking the Course Computer Image Processing. Featuring several image processing strategies and algorithms like Contour Plots with Marching Squares, Histogram Matching, Blurring, Denoising, Kernels, Filters, PSF, MTF, Template Matching, Interpolation, Segmentation, Hough Lineal Transform and more.

  • Updated Dec 19, 2023
  • Jupyter Notebook

Lane detection is a crucial step in training autonomous driving cars. It helps identify and avoid entering other lanes by analyzing visual input. Lane recognition algorithms play a vital role in ADAS and autonomous vehicle systems. They accurately detect lane locations and borders, contributing to safe and reliable navigation.

  • Updated Jul 14, 2023
  • C++

A web application that use python script for image processing such as detect edges using canny detection , Detect lines , Detect circles , Detect ellipse and initialize the contour and evolve the Active Contour Model (snake) using the greedy algorithm.

  • Updated Mar 25, 2023
  • Jupyter Notebook

This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…

  • Updated Dec 9, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the hough-lines 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-lines topic, visit your repo's landing page and select "manage topics."

Learn more