hough变换 Resources

Showing items tagged with "hough变换"

A localization process for iris image processing utilizing binarization combined with Hough transform methodology to accurately identify iris regions, with implementation insights on thresholding techniques and circular detection algorithms.

MATLAB 271 views Tagged

Implementation of line detection via Hough transform constructs a target line segment with 2 signal-to-noise ratio and 34-pixel length in Gaussian-distributed noise background; after identifying the line equation, a fixed-length sliding window approach determines segment endpoints to precisely locate the line segment position. Algorithm includes Hough voting mechanism and peak detection for parameter space analysis.

MATLAB 283 views Tagged

Detection of lines, circles, and ellipses using Hough Transform methodology, with line detection implemented in VC++ code and circle/ellipse detection implemented in MATLAB code, featuring robust parameter space analysis for shape recognition in digital images.

MATLAB 198 views Tagged

Implementation of Hough Transform line detection algorithm based on the "Digital Image Processing" textbook by Gonzalez, featuring parameter space transformation and peak detection techniques.

MATLAB 192 views Tagged