Straight Line Extraction Using Hough Transform
A practical MATLAB implementation for line detection using Hough transform, currently detecting the longest line segment. Future improvements will include extracting lines from local peak points in the accumulator matrix, enhancing detection accuracy for multiple line segments.