y = m * x + b where, m = gradient / slope of line. b = y-intercept ... But this fails for vertical lines, i.e. m = 0. So we use Hough Space instead of m - b Parameter Space. A line can be represented ...