GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
-
Updated
Jul 6, 2023 - Python
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)
Autonomous wind blade inspection using Hough line transformation, canny edge detection and stereo vision.
Project to detect straight and curved lanes and predict the turn
Implementation of Simple Hough Line Detection Algorithm in Python
Implementing a simple lane detection algorithm to mimic Lane Departure Warning systems used in Self-Driving Cars.
Implement hough transform for line detection
Programs to detect edges in Images using the Sobel filter, detect points using the Laplacian kernel, detect lines and circles using the Hough transform and detect cursors using template matching.
Finding parking lots on the video/photo
Algorithms implemented and machine learning models developed using TensorFlow at DNS Technology.
Lane detection of different type of roads usign open cv python
Segmentation of road markings using CV techniques and Panoptic Segmentation for inference to detect, trees, roads, cars, poles, etc.
A high-fps and pure image processing algorithm for quailty control on mirror production.
Sheet Counter is a Streamlit application designed to count the number of sheets in a given video or image. The app uses computer vision techniques to detect and count horizontal lines, which represent sheets in the input media.
OpenCV Lane Detection with Hough Line Theory
Project that positions an object in a video following a road lane.
Le projet **Détection et Segmentation d'Images** consiste à développer une **application interactive** dédiée à la détection et à la segmentation d'images en utilisant deux algorithmes complémentaires et performants : **Contours Actifs (Active Contour)** et **Transformée de Hough**. L'application permet de détecter des objets, des contour
Add a description, image, and links to the hough-lines topic page so that developers can more easily learn about it.
To associate your repository with the hough-lines topic, visit your repo's landing page and select "manage topics."