Home tasks form Computer Vision course.
Task 1 - Hough Space
Write a function that converts image to Hough Space in order to detect lines. This function needs return N (function argument) lines. Additional function arguments also possible. The implementation shouldn't use function from OpenCV and other similar libs.