/AutoCanny

Zero-parameter, automatic Canny edge detection with C++ and OpenCV.

Primary LanguageC++

AutoCanny-

Zero-parameter, automatic Canny edge detection with C++ and OpenCV.

This is a conversion of Adrian Rosebrock's python script to c++.

Everything is contained in the include folder in auto_canny.h

There's an simple code in src/main.cpp to read an image and output the zero parameter canny image