Skip to content

Nhat-Thanh/Canny-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ implementation of Canny edge detector algorithm

input output

Reference

Install opencv

  • Debian
sudo apt-get install g++
sudo apt-get install libopencv-dev
  • Arch
sudo pacman -S gcc 
sudo pacman -S opencv

Build and run

make build
make run

About

C++ implementation of Canny edge detector algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published