Hello,
I am very new to neuroglancer and I try to use it through the python integration and I would very much appreciate any kind of help with that.
I can follow the examples and use the viewer for seeing my local raw and segmented NumPy data, and there is some sort of automatic mesh generator which in my case is showing a heavily down sampled meshes when I choose specific segment.
Now I have two questions with regard to 3d meshes:
first, is there any other ways to generate meshes within the neuroglancer which provides meshes with more details?
second if there is any way I can make use of my current code in python formats like HDF5, which generate meshes. So neuroglancer can show me nice detailed 3d meshes based on my own code.
Thank you!