搜索资源列表
minboundrect
- 基于凸壳边界的最小外接矩形拟合MATLAB程序。-Convex hull boundary based on the minimum bounding rectangle fitting MATLAB.
MinBounDrect
- 最小外接矩形,根据面积和周长判断。实现图象处理的工程计算。- Compute the minimal bounding rectangle of points in the plane usage: [rectx,recty,area,perimeter] = minboundrect(x,y,metric) arguments: (input) x,y- vectors of points, de
minboundrect
- 使用matlab代码求出不规则区域所对应的最小外接矩形-find the smallest rectantangle of unregular region with matlab
minboundrect
- 计算一个封闭区域的最小外接矩形的matlab代码。-calculate the minest rect of area
rezult
- 对图像进行前期去噪,二值,开闭运算处理。然后对矩形进行外接矩形操作。内附图片-process the image,include of filting,invert to binary image,indilate .use function minboundrect to get the result,draw rectangle and it s centroid.
MinBounDrect
- 最小矩形的绘画,包含了图片,和所用到的函数,还有结果的图片-The smallest rectangle drawing, contains a picture, and used in the function, as well as a picture of the results
minboundrect
- 利用MATLAB实现的最小包围矩形算法,精简实用-MATLAB implementation of the minimum bounding rectangle algorithm
minboundrect
- 在图像目标中需用到最小矩形提取,该程序能较好的解决该问题-Required in the target image to extract the minimum rectangle, the program can better solve the problem
minboundrect
- 通过外接最小矩形来计算图像的面积、横长、纵长以及横纵比等各个参数-Area of each parameter calculated by the external image of the smallest rectangle, horizontal length, vertical length and aspect ratio, etc.
minboundrect
- matlab 寻找外接最小矩形,可以选择最小面积和周长最小- Find the smallest rectangle matlab external
minboundrect
- 将物体的边界以每次3°左右的增量在90°范围内旋转。每旋转一次记录一次其坐标系方向上的外接矩形边界点的最大和最小x、y值。旋转到某一个角度后,外接矩形的面积达到最小。取面积最小的外接矩形的参数为主轴意义下的长度和宽度。 -The boundaries of each object in increments of about 3 to rotate within the 90 range. Each rotation time re
minboundrect
- 用来提取二值图像白色区域的最小外接矩形的代码(The code used to extract the smallest circumscribed rectangle of the white region of the two valued image)
minboundrect
- 可用于图像图形操作中封闭图形的矩形界定,用于取得最小的矩形图,即长度宽度的数值。(It can be used for rectangle definition of closed graph in image and graphic operation, and is used to obtain the smallest rectangle graph, that is the length width value.)
minboundrect
- 用MATLAB计算二值图像的最小外接矩形,并输出矩形范围。(Calculating the minimum circumscribed rectangle of two valued images)
minboundrect
- 使用最小最小矩形测量轮廓的最小外接矩形宽度、长度的功能函数(Minimum minimum rectangle function for measuring the minimum width and length of the circumscribed rectangle)