B
B
buzzi8882014-08-31 15:10:33
Algorithms
buzzi888, 2014-08-31 15:10:33

How to merge multiple shapes leaving only outer borders?

How to merge multiple intersecting polygons?
0_101e2e_53675173_orig.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrew, 2014-08-31
@OLS

Fill each polygon separately with the fill algorithm, combine by OR, getting the combined figure, and then go through any boundary selection algorithm.
Or are you interested in faster algorithms?

D
Daniil Basmanov, 2014-09-01
@BasmanovDaniil

You don't need to fill anything, there are special libraries for working with polygons :
www.angusj.com/delphi/clipper.php
circles, and don't draw them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question