Skip to content
 
 

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages