We have now reached the final installment in our three part series on measuring the size of objects in an image and computing the distance between objects. Two weeks ago, we started this round of tutorials by learning how to (correctly) order coordinates in a clockwise manner using Python and OpenCV. Then, last week, we discussed how to […]
Tag Archives | point ordering
Measuring size of objects in an image with OpenCV
Measuring the size of an object (or objects) in an image has been a heavily requested tutorial on the PyImageSearch blog for some time now — and it feels great to get this post online and share it with you. Today’s post is the second in a three part series on measuring the size of objects in an […]
Ordering coordinates clockwise with Python and OpenCV
Today we are going to kick-off a three part series on calculating the size of objects in images along with measuring the distances between them. These tutorials have been some of the most heavily requested lessons on the PyImageSearch blog. I’m super excited to get them underway — and I’m sure you are too. However, before we start learning how to […]