搜索资源列表
多边形内点
- 详细用法请看文件说明,该程序用matlab编写,挂用vc++编译器编译而成,程序用途:找出在任意多变形内的象素点-detailed document indicates that the procedures used to prepare Matlab, linked with vc + + compiler compiler which, procedures purposes : to identify more arbitrary deformation within the pixel
draw2.rar
- 多边形裁剪程序:用到的是比较常见的裁剪算法:Sutherland-Hodgman算法。本程序中的裁剪顺序为左边、下边、右边、上边,那么裁剪是这样进行的:原待裁剪多边形作为输入多边形被裁剪矩形的左边裁剪,然后输出的裁剪结果作为下边裁剪的输入多边形,……,依次类推,直到最后一边矩形上边裁剪结束。,Polygon clipping process: it is more commonly used method of cutting: Sutherland-Hodgman algorithm. Thi
image
- 对图像进行处理,直接在RGB图片上画直线,矩形,多边形,写字。-Image processing, including the pictures directly on the RGB lines, rectangles, polygons, write.
Untitled5
- 凸多边形检测和显示--先把图像中的显著区域提取出来,然后用最小凸多边形囊括显著区域,并把凸多边形显示出来-Convex polygon detection and show- first images extracted significant area, and then use the smallest convex polygon covering a significant area, and the convex polygon displayed
PLY_TO_TRI_MESH
- 一个Matlab程序,可以将一个PLY文件格式的多边形网格取面转换成一对数组表示的三角形网格曲面-PLY_TO_TRI_MESH:a MATLAB program which reads data from a PLY file describing a polygonal mesh of a 3D surface,and converts it to a pair of arrays describing a triangular mesh or TRI_MESH
RECTANGLE
- 一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
PolygonEdgeMark
- 无内环多边形界标志扫描转换算法的Matlab程序-Inner circles no signs polygon scan conversion algorithm Matlab procedures
PolygonScanConversion
- 一个无内环多边形扫描转换描线算法的Matlab程序-A loop line polygon scan conversion algorithm described Matlab procedures
PolygonClipping
- 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
bezier
- Bezier曲线是通过一组多边形折线的顶点来定义的。如果折线的顶点固定不变,则由其定义的Bezier曲线是唯一的。-GOOD
All
- 点在多边形内外的自动判断小程序,简单但是使用-Point in polygon automatically determine within and outside the applet, simple but with
linecutface
- 实现任意直线对多边形的分割,返回生成的多边形顶点坐标-An arbitrary line of division of the polygon,Return vertex coordinates of polygons generated
draw-polygons
- matlab gui 实现多边形的绘制,以及对多边形内部填充不同的颜色-matlab gui draw polygons to achieve, as well as inside of a polygon filled with different colors
matlab
- 用matlab编写的多边形画法及填充算法。-yong matlab bian xie de duo bian xing hua fa ji tian chong suan fa .
随机骨料程序多边形
- 采用matlab编制的随机骨料多边形程序
Matlab 生成泰森多边形
- 荷兰气候学家A·H·Thiessen提出了一种根据离散分布的气象站的降雨量来计算平均降雨量的方法,即将所有相邻气象站连成三角形,作这些三角形各边的垂直平分线,于是每个气象站周围的若干垂直平分线便围成一个多边形。(Holland climate scientist A H Thiessen proposed a new method to calculate the average rainfall according to the discrete distribution of meteoro
泰森多边形voronoi_MATLAB
- 生成voronio图,即泰森多边形,用相应的程序生成(Generating Voronio diagram)
matlab多边形识别
- 能用matlab识别简单的多边形,其中的LunKuo2.m文件为主程序(to identify simple polygons with MATLAB)
MATLAB实现多边形顶点凹凸性的识别
- 判断多边形的每个顶点的凸性MATLAB代码。(Judging the convexity of each vertex of a polygon)
caculate_polygeom(计算多边形面积周长)
- 这是一个计算任意多边形的面积和周长的matlab小程序,简单高效!(Calculate the area and circumference of any polygon!)