C++

Canny Edge Detection using OpenCV and C++

implementing canny edge detection from OpenCV with noise reduction, intensity gradient of image, non-maxima suppression and hysterisis thresholding

Find Dominant Color from an image using OpenCV and C++

Finding dominant color in an image with the help of quantization and eigne value.

Compiling and executing OpenCV programs written in C++

Compiling and executing C++ programs Browse to the directory of your cpp program and open a terminal in that folder. Create a CMake file name CMakeLists.txt in the same directory as your project :