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 that list -- a ...
Search Results for: mac os
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. ...
Baidu banned from ILSVRC 2015
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. I was attending the Embedded ...
About
My name is Satya Mallick. I am an entrepreneur who loves AI, Computer Vision and Deep Learning. Two decades back I was a novice programmer who struggled to convert ideas to code. In my quest to get ...
Image Thresholding in OpenCV
Carefully observe the animation below in Figure 1. How many numbers do you see? Most of you will see several numbers. But there is more to the image than meets the eye. As the image cycles ...
Blob Detection Using OpenCV ( Python, C++ )
This tutorial explains simple blob detection using OpenCV. What is a Blob? A Blob is a group of connected pixels in an image that share some common property ( E.g, grayscale value ). In the ...