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 ...
Blob Detection Using OpenCV ( Python, C++ )
February 17, 2015
178 Comments