In this post, we will learn how to find the Convex Hull of a shape (a group of points). We will briefly explain the algorithm and then follow up with C++ and Python code implementation using OpenCV. ...
Convex Hull using OpenCV in Python and C++
August 13, 2018 3 Comments