Loading ITables v2.4.4 from the init_notebook_mode cell...
(need help?) |
Image analysis in a common coordinate space
Template/Reference Image
Annotation Image
Many similar communities working independently with brain atlases
brainglobe-atlasapi
brainglobe-atlasapi
from brainglobe_atlasapi import BrainGlobeAtlas
atlas = BrainGlobeAtlas("allen_mouse_25um")
reference_image = atlas.reference
print(reference_image.shape)
# (528, 320, 456)
annotation_image = atlas.annotation
print(annotation_image.shape)
# (528, 320, 456)
VISp = atlas.structures["VISp"]
print(VISp)
# {'acronym': 'VISp',
# 'id': 385,
# 'mesh': None,
# 'mesh_filename': PosixPath('/home/user/.brainglobe/allen_mouse_25um_v0.3/meshes/385.obj'),
# 'name': 'Primary visual area',
# 'rgb_triplet': [8, 133, 140],
# 'structure_id_path': [997, 8, 567, 688, 695, 315, 669, 385]}
brainreg
brainreg
cellfinder
cellfinder
cellfinder
brainglobe-segmentation
brainglobe-segmentation
brainrender
EuroSciPy 2025 | 2025-08-21