Skip to content

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.

Notifications You must be signed in to change notification settings

gulzainali98/RunwayLaneDetection

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages