Opencv 凸包检测 convexHull
vector<Point>是point数据类型的集合,简单讲就是很多point。vector<vector<Point>>就是包含很多vector<Point>的集合。
http://blog.csdn.net/sunny2038/article/details/12889059
vector<Point>是point数据类型的集合,简单讲就是很多point。vector<vector<Point>>就是包含很多vector<Point>的集合。
http://blog.csdn.net/sunny2038/article/details/12889059