opencv icon indicating copy to clipboard operation
opencv copied to clipboard

Find squares in an image with OpenCV C++

Playing with C++ OpenCV

Aim: Find squares in an image

To compile and run

> cmake .  
> make
> ./squares

Sample input and output images in /imgs

   
   

References - To improve results