The image on the left is part of a historic collection of photographs called the Prokudin-Gorskii collection. The image was taken by a Russian photographer in the early 1900s using one of the early ...
How to find OpenCV version in Python and C++ ?
OpenCV 3.0 was released recently, and you might be thinking of upgrading your code base. OpenCV 2 code will most likely not compile with OpenCV 3 because the new version is not backwardly compatible. ...
Non-Photorealistic Rendering using OpenCV ( Python, C++ )
Many years back, when I was a student, I wanted to write a filter that would create a stylized / cartoonized image like the one shown above. In my naivety I thought I could simply blur the image using ...
Seamless Cloning using OpenCV ( Python , C++ )
One of the exciting new features introduced in OpenCV 3 is called Seamless Cloning. With this new feature you can copy an object from one image, and paste it into another image making a composition ...
Install OpenCV 3 on Yosemite ( OSX 10.10.x )
Life was good the last time you installed OpenCV on your Mac. You instantly brewed it and thanked the good folks at Homebrew. All it took were these few commands. Install OpenCV 2 on Mac ...