1 Convex Hull {#tutorial_hull} 2 =========== 3 4 Goal 5 ---- 6 7 In this tutorial you will learn how to: 8 9 - Use the OpenCV function @ref cv::convexHull 10 11 Theory 12 ------ 13 14 Code 15 ---- 16 17 This tutorial code's is shown lines below. You can also download it from 18 [here](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp) 19 20 @include samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp 21 22 Explanation 23 ----------- 24 25 Result 26 ------ 27 28 Here it is: 29 30 ![Original](images/Hull_Original_Image.jpg) 31 ![Result](images/Hull_Result.jpg) 32