Description Usage Arguments Value Author(s) Examples
The various data rotations inspected often lead to
many overlapping polygons that show a high degree of redundancy
We apply various filters to those candidates
1 2 3 4 | CleanUpPolys(polys, BoundBox, minAutonFrac = 0.7, maxOL = 0.15,
verbose = 1)
|
polys |
cluster candidates, typically redundant and too many |
BoundBox |
clip all clusters to this bounding box |
minAutonFrac |
only clusters that can hold their own survive |
maxOL |
maximum overlap: if less than maxOL% overlap, count as a polygon on its own |
verbose |
level of verbosity |
filtered clusters (if any)
Markus Loecher
1 2 3 4 | #examples to come
print(1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.