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

Could you give an 3D example #5

Open
PPPPPupil opened this issue Jun 7, 2020 · 3 comments
Open

Could you give an 3D example #5

PPPPPupil opened this issue Jun 7, 2020 · 3 comments
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@PPPPPupil
Copy link

sorry to bother you,but when i use this method to find path in 3d array, there always warring“Reason: the distance between old and current point stay too small for 100 _step_count”

@PPPPPupil
Copy link
Author

I found the problem, I don’t know why,
the endpoint cannot be placed in the last layer of the 3d array

@espdev
Copy link
Owner

espdev commented Jun 7, 2020

Hi @PPPPPupil,

I want to add an example with the path through 3D vessels (3Dircadb data) to documentation. I hope it will be soon.

the endpoint cannot be placed in the last layer of the 3d array

The algorithm does not work if the ending point is placed in the last slice of the 3d array, is it? I will try to test it on a random 3d array.

@PPPPPupil
Copy link
Author

During my use, If I add an extra slice after the last slice(extra slice is the same as the last lay), The previous target path will be successfully find. If no extra slice, the endpoint cannot be placed in the last slice.
Maybe there is something wrong with my usage.

scikit-mpe is really a excellent package, it helped me a lot.
Thank you very much.
Looking forward to your documentation.

@espdev espdev added documentation Improvements or additions to documentation question Further information is requested labels Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants