Skip to content
#

hough-transform

Here are 282 public repositories matching this topic...

The goal of this project is to accurately segment the iris region of an eye from given images and convert it into a co-centricity invariant representation by transforming Cartesian coordinates to polar coordinates. This involves two key steps: detecting the iris boundaries using circle detection techniques and converting the segmented iris region t

  • Updated Jun 9, 2024

This repository contains a lane detection pipeline using OpenCV and a Tkinter-based GUI for video comparison. The tool processes input videos to detect and highlight lane lines, and displays both the original and processed videos side by side. Features include curvature calculation, speed control, and dark mode.A project leveraging futuristic ideas

  • Updated May 28, 2024
  • Jupyter Notebook

This project aims to estimate camera pose using homography for a given video. Steps involved are designing an image processing pipeline to extract paper's corners, computing homography between real-world points and pixel coordinates of the corners, and decomposing the homography matrix to obtain rotation and translation parameters.

  • Updated Mar 1, 2024
  • Python

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