grodgers1 / SliceToVolume

Histology to microtomography (2d-3d) registration for a rat jaw sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SliceToVolume

Histology to microtomography (2d-3d) registration for a rat jaw sample. This is part of a project that was published in "Combining high-resolution hard X-ray tomography and histology for stem cell-mediated distraction osteogenesis" Applied Sciences 12(12) (2022) 6268, DOI: 10.3390/app12126286.

The scripts are written in Matlab, with some 2d-2d registrations done in elastix (https://elastix.lumc.nl/).

Usage

Follow the script SemiAutomatic_RatJaw.m, which walks through the registration and explains each step.

Datasets

Please find the microtomography and histology datasets here: https://doi.org/10.5281/zenodo.7189795. They should be placed in example/data/ before running the scripts.

Notes

2d-2d registrations were done using elastix (https://elastix.lumc.nl/), here the results are given.

Background

## Approach The approach is described in C. Tanner et al. "Registration of microtomography images: challenges and approaches " and in the main paper. Briefly, the microtomography data was coarsely aligned and an oral/maxillofacial surgeion manually labelled 50 corresponding anatomical landmarks between the histology and microtomography. The histology slide and approximate location of the cutting plane along with the matched features are shown in the figure below from 10.1117/12.2633922.

histology and microtomography with matching landmarks

These were used to extract a 2d slice and perform an affine landmark-based alignment. Then, an intensity-based non-rigid registration was applied. The accuracy was assessed by visual inspection and distance between landmarks, see figure below from 10.1117/12.2633922.

landmark distance

More information

See the review paper by Ferrante and Paragios for an overview. The background of this project is work done within the Biomaterials Science Center, University of Basel, which are represented in papers by Chicherova, Hieber, and Khimchenko.

About

Histology to microtomography (2d-3d) registration for a rat jaw sample

License:MIT License


Languages

Language:MATLAB 100.0%