-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compute Shortest Distance to Other Objects #17
Comments
Maybe @lacan or @romainGuiet knows. @lacan did some pretty things for fetching the statistics of Imaris Objects. If you think this can answer your question please have a look at : |
Indeed, it's not accessible yet! |
@romainGuiet |
@romainGuiet @lacan @NicoKiaru If we wanted to "manually" compute the shortest distance to Surfaces, we could use:
If one would create Spots afterwards, the intensity in the distance transform channel would be measured. But, is it possible to convert a Surface into a binary mask to be used to compute the distance transform on? Here is the MATLAB XT that does the job (looks quite involved...). Not sure how much fun it is to reimplement this in Java, but maybe better than having to rely on the MATLAB XTension?
|
@NicoKiaru
In Imaris one can compute the shortest distance of, e.g., Surfaces to other objects:
I could not see how to set that in the XT API. Do you have any idea?
Maybe they did not add it yet, as it is quite new...
The text was updated successfully, but these errors were encountered: