This code uses hough transform to find the lanes of runway and further does thresholding by finding two largest lines from the detected lines. These lines represent the runway.
Run python runway.py [path to image]
example command: python runway.py 38.png
where 38.png is path to file here in this repository