A 3D mesh of the overall neuropil structures in the hemibrain volume as a
hxsurf
object. Created by Philipp Schlegel from the union
of individual ROIs in FlyEM's hemibrain project (see details). Mesh available
both in raw voxels and in microns.
hemibrain.surf hemibrain_microns.surf
An object of class hxsurf
(inherits from list
) of length 4.
An object of class hxsurf
(inherits from list
) of length 4.
The hemibrain mesh is watertight and contains no internal structure or non-manifold vertices. It is the right thing to use if you want to see if things are inside the hemibrain neuropil. Philipp Schlegel used the following steps to construct the mesh:
Taking all the individual ROIs
Voxelizing them
Combining the voxels into a single image stack
Filling the gaps in between (binary operations + some manual fixing in Fiji)
Using a marching cubes to generate a mesh from the stack
Note that hemibrain coordinate system does not have the anterior-posterior axis aligned with the Z axis.