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

To limit the distance between adjacent peak and valley points when finding peak & valley points #15

Open
rose-jinyang opened this issue Jan 11, 2023 · 3 comments

Comments

@rose-jinyang
Copy link

Hello
How are you?
Thanks for contributing to this project.
Does this repo support to limit the distance between adjacent peak and valley points when finding peak & valley points?

image

As u can see in the above figure, the distance between the first peak and valley points is very small and I want to ignore these points.

@erdogant
Copy link
Owner

I understand your point but how would you then decide which point to take when combining multiple points?

@mmarras
Copy link

mmarras commented Jul 24, 2023

Can't you discriminate based on "score" values? should be low for those fellas in the top left. Aka in the island/watershed speak those island disappear quickly when raising the water level.

@erdogant
Copy link
Owner

This should be possible with the birth/death levels. SeeDocumentation that describes the topology method in more depth. Is this what you mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants