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

Ability to detect U-turns #362

Open
niksirbi opened this issue Dec 10, 2024 · 2 comments
Open

Ability to detect U-turns #362

niksirbi opened this issue Dec 10, 2024 · 2 comments
Labels
enhancement New optional feature

Comments

@niksirbi
Copy link
Member

It would be useful to have a function that detects U-turns in 2D based on some adjustable criterium/threshold.

I haven't though this through, but we should be able to use either compute_forward_vector or compute_displacement (or both), depending on how one defines the U-turn.

@niksirbi
Copy link
Member Author

@sfmig
Copy link
Contributor

sfmig commented Dec 13, 2024

We discussed maybe having a detect_events module that returns an event vector. Also probably having a general version and a more specific version (similar to the head vector computation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New optional feature
Projects
Status: 🤔 Triage
Development

No branches or pull requests

2 participants