forked from google/neuroglancer
-
Notifications
You must be signed in to change notification settings - Fork 10
Skeletons
Ignacio Tartavull edited this page Oct 9, 2017
·
6 revisions
How to add skeletons to a neurglancer precomputed layer:
-
Modify the info file adding 'skeletons': 'path/to/skeletons/folder'
-
Add skeletons using the skeleton.py encoder. Binary format: 4 bytes little-endian unsigned int number of vertex 4 bytes little-endian unsigned int number of edges number of vertex * 3 float32 number of edges * 2 uint32
-
Now when you click on a segment the skeleton will be displayed if available.