搜索资源列表
EST_Method_and_Programe.rar
- matlab圆度误差的评定算法,最小二乘法,最小包容区域法,最大外接圆法,最小内接圆法,roundness error matlab assessment algorithm, the least square method, the minimum tolerance zone method, the largest circumcircle method, the smallest within the inscribed circle method
triangle
- 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征: 1、Delaunay三角网是唯一的; 2、三角网的外边界构成了点集P的凸多边形“外壳”; 3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。 4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
sEnt
- C# 进行AutoCAD二次开发时对图形实体Entity的操作类,以及一些图形算法,包括图形投影,最小外接圆的等-C# for AutoCAD second development on the operation of graphics entity type Entity, as well as some graphics algorithms, including graphics projectors, the smallest circle of such
minboundrectangle-circle-and-box
- 最小外接矩形,最小外接圆和三维最小外接立方体-Minimum bounding rectangle, the smallest circumcircle and three-dimensional minimum external cube
u_nihe
- matlab烟嘴棒图像拟合圆算法求取光斑中心以及描绘烟嘴棒图像的最大内接圆和最小外接圆-matlab image fitting circle algorithm cigarette stick strike spot center and cigarette rod images depicting maximum inscribed circle and minimum circumscribed circle
Roundness-error
- 圆度误差计算,国际上常用的有4种方法:最小二乘圆(LSC)方法;最大内切圆(MIC)方法;最小外接圆(MCC)方法和最小区域圆(MZC)方法。 -On the roundness error of calculation, the international commonly used there are four methods: least square circle method (LSC) The maximum inscribed circle (MIC) method Minim
最小外接圆及中位中心算法
- 求点击的最小外接圆及中位中心算法,最小外界圆再用递归方法,中位中心运用迭代算法
PolygonCentroidAndCenterAndCircle
- Windows窗体实现绘制多边形并实现计算多边形质心及中心,计算多边形最小外接圆的功能(Windows form to achieve polygon drawing and calculating the polygon centroid and center calculation of minimum circumscribed circle function)
圆度误差,最小二乘法求半径圆心
- 圆度误差评估,最小二乘法求半径圆心,最小外接圆matlab程序