3D surface models of the bones of the lower body created from CT datasets of the open access VSDFullBody collection.
Fischer, M. C. M. Database of segmentations and surface models of bones of the entire lower body created from cadaver CT scans. Sci. Data 10, 763; (2023).
In the Bones folder a MATALB MAT file is stored for each subject containing the triangle meshes of the bones.
Clone with the recursive option to get the submodules.
Run the MATLAB or Python example script to plot one of the subjects: plotBoneModels_example.m
or plotBoneModels_example.py
.
The surface of each bone was semi-automatically reconstructed by thresholding using 200 Hounsfield units as the lower threshold and the maximum Hunsfield unit value present in the volume data as the upper threshold.
The thresholding was followed by a manual post-processing procedure using the software 3D Slicer (slicer.org) with default smoothing settings.
The bones were manually segmented at the joint spaces if necessary. Subsequently, holes in the outer surface of the bones were manually closed.
The reconstructions were exported as mesh files in the PLY format (see 'Related data') and imported into MATLAB using a conservative decimation and remeshing procedure.
The decimator restricted the Hausdorff distance between input and output mesh to 0.05 mm.
The adaptive remesher permitted a maximum deviation of 0.05 mm from the input mesh with a minimum edge length of 0.5 mm and a maximal edge length of 100 mm. Number of iterations was set to 10 and back-projection enabled.
The decimator and remesher are plugins of the software OpenFlipper (openflipper.org).