10000 QBX and merge needs a tutorial and interface · Issue #3504 · dipy/dipy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

QBX and merge needs a tutorial and interface #3504

New issue

Have a question about this project? Sign up for a free Gi 986D tHub 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

Open
Garyfallidis opened this issue Mar 19, 2025 · 0 comments
Open

QBX and merge needs a tutorial and interface #3504

Garyfallidis opened this issue Mar 19, 2025 · 0 comments

Comments

@Garyfallidis
Copy link
Contributor
Garyfallidis commented Mar 19, 2025

The most straightforward way to use QuickBundlesX in DIPY (and this is what Horizon is calling internally) is by calling

from dipy.segment.clustering import qbx_and_merge

clusters = qbx_and_merge(streamlines, [40, 30, 25, 20, thr])

Where thr is the last threshold from 5-15.

This function is calling set_number_of_points to force all streamlines to have the same number of points and then starts QuickBundlesX (a dynamic version of QuickBundles that builds clustering hierarchies).

The thresholds are in mm in world coordinates.

We need a tutorial and an interface for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0