News
Who sees the human face correctly: the photographer, the mirror, or the painter? — Pablo Picasso If Picasso was alive today, he would have definitely added one more profession to
One of the elements of good design is the principle of least astonishment ( a.k.a principle of least surprise). A good intuitive design makes the user not think. When you
Most of us have looked in the mirror and wondered how good we look. But, it is often difficult to be objective while judging our own attractiveness, and we are often
In this tutorial we will first show a simple way to pseudocolor / false color a grayscale image using OpenCV’s predefined colormaps. We will also show a way to define a custom
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
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
I met Dr. Ren Wu a day after his team at Baidu announced a spectacular result on ImageNet’s LSVRC 2015 challenge beating Google and Microsoft by a rather large margin.
30th of July 1966. Wembley Stadium, London. World Cup Soccer finals. England 2, Germany 1. For the English team victory was tantalizingly within reach. Victory was just seconds away. Victory
As a grad student I went to the Czech Republic in 2004 to attend the European Conference on Computer Vision (ECCV). My paper with Sameer Agarwal, who is now a
In OpenCV you can easily read in images with different file formats (JPG, PNG, TIFF etc.) using imread. The basic usage is shown below C++ Python The flags option is
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
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