-
Notifications
You must be signed in to change notification settings - Fork 21
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
Ignoring looped filaments #64
Comments
I'm working on this currently. To deal with the first max_path_length error resulting from looped filaments, I added a check before running "analyze_skeletons":
A circle with have zero endpoints and zero junctions, so if I don't find them then I don't run the pruning algorithm and just return the circle. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are 2 kinds of problems with looped filaments introduced in filfinder2D:
How to avoid losing information contained with loops when, e.g., extracting longest paths?
OS: Linux, Ubuntu 18.04
Environment: Pycharm 2020.3.3
PlantCV Version 3.11.0]
The text was updated successfully, but these errors were encountered: