Blob Detection Using OpenCV ( Python, C++ ) Satya Mallick February 17, 2015 180 Comments 5 min read Share Getting Started with OpenCV OpenCV OpenCV Beginners OpenCV Tutorials February 17, 2015 By 180 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 ... Read More →