直线拟合 Resources

Showing items tagged with "直线拟合"

This research presents a hybrid approach integrating Hough Transform with Least Squares Method for accurate straight line fitting in experimental data and binary edge image processing. The methodology first employs Hough Transform to eliminate interference points and separate data clusters near different lines, then applies Least Squares fitting to each identified line segment. This solution addresses two major limitations: the sensitivity of pure Least Squares to noise and multi-line distributions, while overcoming Hough Transform's precision and segment control challenges. Implementation includes parameter optimization for noise thresholding and coordinate transformation algorithms.

MATLAB 248 views Tagged