/EdgeDetection

Canny, Sobel, Prewitt, Roberts Cross, Marr Hildreth and the Compass edge detection algorithm implemented in C++.

Primary LanguageC++

EdgeDetection

My personal playground project where I test out various modern C++ features and attempt to implement some image processing algorithms without using OpenCV.