Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 817 Bytes

RunwayLaneDetection

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.

DEMO

alt Raw Image #1

alt Detected Image #1

alt Raw Image #2

alt Detected Image #2

How to run the code

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