Skip to content

Conversation

@jrmartin
Copy link
Collaborator

@jrmartin jrmartin commented Dec 9, 2025

This pull request adds a complete client local pipeline for converting NRRD segmentation volumes to Neuroglancer precomputed format and generating 3D surface meshes. The main changes include two new Python scripts for conversion and mesh generation, and a comprehensive README with step-by-step instructions.

New conversion and mesh generation scripts:

  • Added convert_nrrd_to_precomputer.py: Converts NRRD files to Neuroglancer precomputed volumetric format, supporting multiple sources, automatic naming, voxel size detection, and optional compression.
  • Added generate_meshes.py: Generates 3D meshes for all segments in precomputed volumes using marching cubes, sets up segment properties, updates metadata, and creates a Neuroglancer state JSON for easy visualization.

@jrmartin jrmartin closed this Dec 9, 2025
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

Successfully merging this pull request may close these issues.

2 participants