Group Contours That Belong to The Same Object — Introduction “findContours” function of OpenCV is often used to detect objects by computer vision engineers. Thanks to OpenCV, we just need to write a few lines of code in order to detect the contours (objects). However, contours detected by OpenCV are usually scattered. For instance, a feature rich image could have…