Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Room shape smoothing #46

Open
2 tasks
OndrejNepozitek opened this issue Nov 4, 2019 · 0 comments
Open
2 tasks

Room shape smoothing #46

OndrejNepozitek opened this issue Nov 4, 2019 · 0 comments
Labels

Comments

@OndrejNepozitek
Copy link
Owner

The algorithm works best with polygons that are quite simple - having fewer rectangles in the decomposition means cheaper checks if two polygons overlap or not. The goal would be, therefore, to preprocess room shapes to make them simpler while retaining their original door positions.

Phase 1

  • Measure the difference in performance between some more complex shapes and manually smoothed shapes

Phase 2

  • Implement shape smoothing if the performance difference was significant
Repository owner locked and limited conversation to collaborators Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant