// 包含opencv2的图像处理和图形用户界面库
//include "opencv2/imgproc.hpp"
#include "opencv2/highgui.hpp"
#include <iostream>
// 使用opencv和标准命名空间中的对象和函数
using namespace cv;
using namespace std;
// 定义一个帮助函数,解释程序如何被调用
static void help(char** argv)
{
cout << "\nThis sample program demonstrates the use of the convexHull() function\n"
<< "Call:\n"
<< argv[0