You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Deep Learning models are not perfect in delineating the building or road boundaries. People tend to use Douglas-Peucker (DP) algorithm to smooth out the polygons.
Describe the solution you'd like
I would like to have a list of algorithms to try & see what works best for my specific problem.
Additional context
There are some proposed solutions that seem to work better than DP algorithm for polygon simplification.
Is your feature request related to a problem? Please describe.
Deep Learning models are not perfect in delineating the building or road boundaries. People tend to use Douglas-Peucker (DP) algorithm to smooth out the polygons.
Describe the solution you'd like
I would like to have a list of algorithms to try & see what works best for my specific problem.
Additional context
There are some proposed solutions that seem to work better than DP algorithm for polygon simplification.
The text was updated successfully, but these errors were encountered: