凸包_360百科
凸包(Convex Hull)是一个计算几何(图形学)中的概念。在一个实数向量空间V中,对于给定集合X,所有包含X的凸集的交集S被称为X的凸包。X的凸包可以用X内所... 详情>>定义 - 平面求法
Convex hull - Wikipedia
convex hull convex envelope of points in the (or, more generally, in an over the reals) is the smallest that contains . For instance, when subset of the plane, the convex hull may be vi...
Convex Hull_图文_百度文库
Convex Hull-most ubiquitous structure incomputational geometry-useful to construct other structures-many applications: robot motionplanning, shape analysis etc.-a beautiful objec...
Convex Hull — OpenCV 2.4.13.2 documentation
/// Find the convex hull object for each contour vector vector Point hull( contours.size() ); for( int i = 0; i contours.size(); i++ ) { convexHull( Mat(contours[i]), hull[i], false ); } /// Draw con...
Convex hull algorithms - Wikipedia
Computing the convex hull means that a non-ambiguous and efficient representationof the required convex shape is constructed. The complexity of the corresponding algorithms is...