Provided is a list of tiles (rectangles with different sizes) which are defined by the the points on the diagonal rectangle meaning, that is a list of data such as (x_left_top, y_left_top) ,(x_bottom_right, y_bottom_right)
.
The tiles compose a bigger polygon and the purpose is to find the border of this polygon. The rectangles can Overlap but only a little (I don't know how to defined, figure is appended).
all the polygon: [ all the polygon][1]
the overlap example
another example
i very appreciate any idea of algorithm to find the edges of the polygon in order to be able to draw its border. best regards, gal