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 ...
Search Results for: mac os
Image Thresholding in OpenCV
February 24, 2015
29 Comments
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++ )
February 17, 2015
178 Comments
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 ...