mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
551 B
551 B
Convex Hull
Goal
In this tutorial you will learn how to:
- Use the OpenCV function @ref cv::convexHull
Theory
Code
This tutorial code's is shown lines below. You can also download it from here
@include samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp
Explanation
Result
Here it is: