orthogonalize-polygon icon indicating copy to clipboard operation
orthogonalize-polygon copied to clipboard

Orthogonalize polygon in python by making all its angles 90 or 180 deg

Results 4 orthogonalize-polygon issues
Sort by recently updated
recently updated
newest added

```C using System; using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; [ExecuteAlways] public class Squarer : MonoBehaviour { public List originalPolygonVertices; public float maxAngleChange = 10f; public float skewTolerance =...

Thank you for the wonderful code. I have a deep learning model trained for building detection and this repo had exactly what I needed to create presentable polygons. The only...

Hi , I loved your implementation , Is there a pip package available that I can use on other projects by importing certain functions ? Or do you recommend to...

thanks for your job! 😁 i have some question about crs your code must transfrom 3857 from rotate ,and input polygon is 4326 i tried other crs ,for example input...