Skip to content

zayaanmoez/edge-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge Detector

Implmentation of the Canny Edge Detector with a Sticks Filter

References: R. N. Czerwinski, D. L. Jones and W. D. O'Brien, "Line and boundary detection in speckle images," in IEEE Transactions on Image Processing, vol. 7, no. 12, pp. 1700-1714, Dec. 1998, doi: 10.1109/83.730381.

-> Prerequisites: Python 3.5+

-> Setup with virtualenv or have numpy and opencv installed and skip the steps below. Setup in the root A1 folder containing requirements.txt to use venv with both Edge detection and sticks filter.

  1. Create virtualenv: pip install virtualenv virtualenv venv

  2. Start venv: Linux/Unix: source venv/bin/activate Powershell: venv/Scripts/activate.ps1

  3. Install PIP packages: pip install -r requirements.txt

About

Canny Edge Detector with Sticks Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages