Creating 3D model of rat leg µCT scans

Hello everyone,
in our project we have to realize 3D modeling of a defect created on a rat leg based to µCT scans.
This kind of modeling have already been done successfuly for other studies. However, the previous scans were only made in a transversal view and the µCT scans for this study were made in another way (the engine rotated around the leg). Therefore, instead of getting the 2D plans, I get a 3D view in the wrong place (in an area that shoud show a 2D view; see the screenshots below).

What I would like to do is getting my 3D model thanks to the segment editor (just as before).
Does anyone know how to fix this issue? I have uploaded



screenshots of what i would like to get and the current issue.
Thanks a lot for your answers and have a nice day,
Romain

This probably means that whoever made the scan skipped the volume reconstruction step. There are ways to do it with other software but usually it’s best to do it on the equipment where the scan was acquired.

@pieper Thank you very much for your answer. Do you know maybe some (free) softwares that I could use in order to do this?

You can try https://www.openrtk.org/

@pieper thank you for your answer. I tried to create the ITK software thanks to the CMake tool. Therefore, I uploaded the ITK sources in the CMake software (as showed in tutorials on youtube,ITK Install Tutorial - YouTube). However, I always get an error message (see capture below); what am I doing wrong? I also precise that I use an old version (the same as the one in the tutorial) but that was exactly the same problem with the brand new version.

I’m not sure. Probably best to ask this on the ITK forum.

Instead of building, you could look into using the associated python package. See itk-rtk · PyPI