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

Guidance Needed on Measuring Distances with Edge.js in XTK for Brain Imaging Visualization #243

Open
haanguloo opened this issue Mar 10, 2025 · 0 comments

Comments

@haanguloo
Copy link

Hello,

I’m working on a visualization application for brain imaging data. Currently, our focus is on T1 anatomical imaging, with plans to expand to T2-weighted, fMRI, DTI, and other modalities in the future.

We’re exploring the edge.js version of XTK and have encountered a challenge. Specifically, we need to:
• Draw points on the surface of a 3D rendered anatomical brain.
• Measure the distance between these points.

Given the complexity of the brain’s curvature, we’re uncertain how to effectively measure distances, particularly in differentiating between Euclidean and non-Euclidean metrics.

Questions:
1. Which API functions or features would you recommend exploring to achieve the drawing of points and measurement of distances on the 3D brain surface?
2. Are there any potential issues related to the curvature of the brain that we should be aware of when implementing these measurements? At minimum, we want to be able to measure the Euclidean distance between points.

Your guidance would be greatly appreciated.

Thank you for your time and assistance.

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

1 participant