Skip to content

ramity/edge-detection-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expected directory structure:

  • /
    • 1/
      • original.jpg
    • 2/
      • original.jpg
    • .../
      • original.jpg
    • 40/
      • original.jpg
    • test.py

Notes:

  • original.jpg contains the image to be processed
  • stats.csv contains the stats of each edge detection algorithm performed
  • test.py contains the python code to be executed
  • ran with Python 3.6.4
  • this test does not factor the calculation of gaussianBlur

Software deps:

  • python
  • pip
    • not required, but makes life a lot easier

Python packages:

  • numpy
  • cv2
  • time
  • csv

About

A simple script to compare different forms of edge detection with opencv

Topics

Resources

Stars

Watchers

Forks

Languages