直线检测 Resources

Showing items tagged with "直线检测"

This MATLAB code implements standard Hough Transform for detecting lines in binary images, demonstrating the working mechanism of this fundamental computer vision technique. The implementation uses polar coordinate representation and accumulator arrays to identify linear patterns.

MATLAB 188 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 282 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