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

Improve the separation of islands method #6

Open
JulienPercheron opened this issue Sep 29, 2023 · 0 comments
Open

Improve the separation of islands method #6

JulienPercheron opened this issue Sep 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JulienPercheron
Copy link
Contributor

JulienPercheron commented Sep 29, 2023

The current separation method is based on a grid and adjacent vegetation cells are considered part of the same island.
Bellow is an example of how the separation method currently works :

VegetationIsletDiagram

The algorithm implementation is correct. Yet two trees touch each other only by two extended branches the algorithm will not separate them and consider them as a single island. In other terms the limit of the current algorithm is its limited separation criteria: when are two trees apart enough to be considered a two trees ? If we could separate them, we could have better hull reconstruction method results.

@JulienPercheron JulienPercheron added the enhancement New feature or request label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant