Quantcast
Channel: C++ | LearnOpenCV
Viewing all articles
Browse latest Browse all 62

Convex Hull using OpenCV in Python and C++

$
0
0
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. What is a Convex Hull? Let us break the term down into its two parts — Convex and […]

Viewing all articles
Browse latest Browse all 62

Trending Articles