To extend a Hough line to infinity in MATLAB, you can follow these steps:
houghlines
function. This will give you the start and end points of the line in the image coordinate system.main.m195 chars4 lines
main.m172 chars6 lines
main.m84 chars5 lines
line
function in MATLAB.main.m86 chars3 lines
This will plot the Hough line in red color and extend it to the edge of the image, making it appear as if it has infinite length.
gistlibby LogSnag