Home

Awesome

Road-Network-Extraction

We have performed Road-Network-Extraction using classical Image processing and few libraries.

PRE

We performed here various methods and steps and experimented a bit after reading various research paper. We have stored the part we liked, it includes loading the image and applying unsharp making via gaussian filter and then we performed canny edge detection.

Road-Network-Extraction-final-

Here is the final project which include steps as -

Example Usage

Outputs

Input image

<img src='output/Input.png'>

Segmentation using k-means

<img src='output/Segmented.png'>

epsilon neighbourhood thresholding

<img src='output/Epsilon-Thresholded.png'>

Road extracted

<img src='output/Output.png'>