Description: 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, describing points in the plane as
(x,y) pairs. x and y must be the same lengths.
metric- (OPTIONAL)- single letter character flag which
denotes the use of minimal area or perimeter as the
metric to be minimized. metric may be either a or p ,
capitalization is ignored. Any other contraction of area
or perimeter is also accepted.
DEFAULT: a ( area )
- [zuobiao] - Prospects for the target to determine th
- [largestRectangleArea] - For an image of the largest inscribed re
- [qq1_2] - Location algorithm of three kinds of mai
- [imaderectangle] - This matlab program graphical the irregu
- [minboundrect] - Convex hull boundary based on the minimu
- [1] - Target area based on movement, character
- [001] - Image processing: computing connected do
- [matlab] - GOOD
- [RSSI] - RSSI-based positioning, known to launch
File list (Check if you may need any files):
MinBounDrect\bmp_in.jpg
............\MBS_Test.m
............\minboundrect.m
............\TestBmp.JPG
MinBounDrect