hough-lines topic
AI_Sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Python_Computer_Vision_from_Scratch
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 fo...
line_detector
line segment detector(lsd) &. edge drawing line detector(edl) &. hough line detector(standard &. probabilistic) for detection
Image-document-extract-and-correction
数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)
tflite_avto_num_recognation
License plate recognition . Model training and conversion to tflite
Wind-Blade-Inspection
Autonomous wind blade inspection using Hough line transformation, canny edge detection and stereo vision.
kht
Kernel-Based Hough Transform for Detecting Straight Lines in Images
3d_line_detection
3d line detection from pointcloud using Hough Transform