当前位置:
首页
资源下载

搜索资源 - boundary point of polygon
搜索资源列表
-
2下载:
该程序包包含如下转换程序,可以完成激光雷达数据的多种格式的转换。
txt2las.exe
las2txt.exe
lasinfo.exe
las2shp.exe
shp2las.exe
las2tin.exe
las2dem.exe
las2iso.exe
lasboundary.exe
lasmerge.exe
las2las.exe
lasthin.exe
lasview.exe
laszip.exe-The program txt2l
-
-
0下载:
输入一个二维的点集数组,然后就能将此点集的边界算出来,点集的边界分为凸多边形边界和凹多边形边界,实现凸多边形和凹多边形边界类,任意一个都行!-Enter a two-dimensional array of point set, and then will be able to set boundaries calculated, the boundary point set is divided into convex polygon concave polygon boundaries an
-
-
0下载:
对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:
1、Delaunay三角网是唯一的;
2、三角网的外边界构成了点集P的凸多边形“外壳”;
3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。
4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
-
-
0下载:
This code demomstrates an improved algorithm based on the local binary fitting (LBF) model
in Chunming Li et al s paper:
"Minimization of Region-Scalable Fitting Energy for Image Segmentation",
IEEE Trans. Image Processing, vol. 17 (10), pp.
-
-
0下载:
在窗体上通过单击输入任意数个任意点,程序能自动的寻找到这些任意点的边界并且绘制出来。这就是所谓的盲人寻径法-By clicking on the form of any number of input at any point, the program can automatically find the boundaries of any of these points and drawn. This is called blind routing method
-
-
1下载:
种子算法,种子填充算法又称为边界填充算法。其基本思想是:从多边形区域的一个内点开始,由内向外用给定的颜色画点直到边界为止。如果边界是以一种颜色指定的,则种子填充算法可逐个像素地处理直到遇到边界颜色为止。
种子填充算法常用四连通域和八连通域技术进行填充操作。(Seed algorithm, seed filling algorithm, also known as the boundary filling algorithm. The basic idea is: starting a poi
-