Pinned Repositories
Advanced-Lane-Line-Detection
Computer-Vision__Hough-Transform-based-line-detector
This program implemented some basic image processing algorithms and putting them together to build a Hough Transform based line detector. The program is able to find the start and end points of straight line segments in images. Like most vision algorithms, the Hough Transform uses a number of parameters whose optimal values are data dependent (i.e., a set of parameter values that works really well on one image might not be best for another image). By running code and tuning parameters on the test images, it obtained optima value for each image which gives a good performance.
ED_Lib
Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle (EDCircles) detection algorithms.
EDCircles
real-time circle detection by edge drawing.algorithm provided by Cuneyt Akinlar and Cihan Tonal
edge-drawing
An implementation of Edge Drawing algorithm
Edge_Drawing
Implementation of Edge Drawing Algorithm with Qt, which can produce high-quality edge segments, which are clean, well-localized and one-pixel wide.
LBD_Descriptor
line_detector
line segment detector(lsd) & edge drawing line detector(edl) & hough line detector(standard &.probabilistic) for detection
Local-Histogram-Equalization
test
ellazhong's Repositories
ellazhong/Advanced-Lane-Line-Detection
ellazhong/EDCircles
real-time circle detection by edge drawing.algorithm provided by Cuneyt Akinlar and Cihan Tonal
ellazhong/edge-drawing
An implementation of Edge Drawing algorithm
ellazhong/Edge_Drawing
Implementation of Edge Drawing Algorithm with Qt, which can produce high-quality edge segments, which are clean, well-localized and one-pixel wide.
ellazhong/LBD_Descriptor
ellazhong/line_detector
line segment detector(lsd) & edge drawing line detector(edl) & hough line detector(standard &.probabilistic) for detection
ellazhong/Local-Histogram-Equalization
ellazhong/test
ellazhong/Computer-Vision__Hough-Transform-based-line-detector
This program implemented some basic image processing algorithms and putting them together to build a Hough Transform based line detector. The program is able to find the start and end points of straight line segments in images. Like most vision algorithms, the Hough Transform uses a number of parameters whose optimal values are data dependent (i.e., a set of parameter values that works really well on one image might not be best for another image). By running code and tuning parameters on the test images, it obtained optima value for each image which gives a good performance.
ellazhong/ED_Lib
Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle (EDCircles) detection algorithms.
ellazhong/Fingerprint-Enhancement-Python
Using oriented gabor filters to enhance fingerprint images
ellazhong/lane-lines-detection-canny-edge-hough-transform
lane-lines-detection-canny-edge-hough-transform
ellazhong/LSD
a Line Segment Detector
ellazhong/LSD-OpenCV-MATLAB
Line Segment Detector for OpenCV, MATLAB, and Python.
ellazhong/Wavelet_Image_Denoising
Image Denoising using Wavelet Transform