首页 > 软件网络

Convex Hull

时间:2017-05-03  来源:  作者:

凸包_360百科

凸包(Convex Hull)是一个计算几何(图形学)中的概念。在一个实数向量空间V中,对于给定集合X,所有包含X的凸集的交集S被称为X的凸包。X的凸包可以用X内所... 详情>>定义 - 平面求法

convex hull_有道词典

[数] 凸包;凸壳更多释义>>

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...

凸包计算模块ConvexHull的使用方法- 海阔天- 博客园

开发了一个模块,可用来计算平面一些点所构成的凸包。模块名为ConvexHull.dll。 使用方法是这样的,新建一个WinForm工程(控制台工程也行,只是输出结果不大直观),引用Conv...

二维凸包convex hull之C++及OpenCV实现- 习之北的专栏- 博客频道- ...

发表时间:2012年4月6日 void draw_hull() { int min = -1; for(int j = 0;j POINT_NUM;j++)//找出x坐标最小的,作为起始点 { if(min == -1 || CMP(p[j],p[min]...

convex hull - - 博客频道- CSDN.NET

发表时间:2011年10月31日 来自:概念 1.1点集Q的凸包(convex hull)是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。右图中由红色线...

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...

ConvexHull_matlab 最小凸包的实现程序,用编程的源码,使用的不是...

详细说明:最小凸包的实现程序,用matlab编程的源码,使用的不是matlab自带的凸包函数,而是自己编的,有详细的运算流程图,一看就懂,main为主程序,ConvexHull为函数。-Convex... www.pudn.com/downloads550/...-快照-程序员联合开发网

凸包(Convex hull) - Baige5117的日志 - 网易博客

它们必组成一个凸四边形(或三角形)。这个四边形内的点必定不在凸包上。然后将其余的点按最接近的边分成四部分,再进行快包法(Qu 凸包(Convex hull) - baige5117 - All For O...
来顶一下
返回首页
返回首页
栏目更新
栏目热门