如何在某些点上绘制边界轮廓

How to draw bounding contour on some points

我有一些点的坐标,

如何在外点上绘制边界曲线?我的意思是我想连接外点,所以内点留在曲线内。 在 OpenCv 中有什么简单的方法吗?

你需要找到凸包: http://docs.opencv.org/2.4/doc/tutorials/imgproc/shapedescriptors/hull/hull.html