Skip to content

ArnavVarma/Distributed-Cannny-Edge-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-Cannny-Edge-Detector

As per http://ieeexplore.ieee.org/document/6774938/
Download all files into same directory along with the test image, and run dist_canny() with full name of the image. For eg. dist_canny('lena.png')

1. The original image

Alt text

2. A random block

Alt text

3. After applying edge filters

Alt text

4. After non-maximum suppression

Alt text

5. After hysteresis tracking

Alt text

6. Final result

Alt text

Unfortunately, getting good results for an image requires manipulation of free parameters such as threshold for hysteresis tracking. I've used values recommended in the original paper.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages