3D image registration for CT to Laser

2 views (last 30 days)
Jolanta Gavrowski
Jolanta Gavrowski on 11 Oct 2012
Commented: Harmeet Kaur on 26 Jul 2018
Hello everyone
I am looking for a way to perform matlab based 3D surface registration method to match a CT scan to the 3D Laser scan.
We have Ct scans of the patient knee and we have a 3D laser scanner with the help of which we take 3D Laser scans of the same knee inra-operatively for checking implant placement. Now my question was is there a way to 3D register a CT scan and a Laser scan in Matlab. I found couple of toolboxes but I am bit confused. Your advice is much appreciated.
Thanks Jolanta.

Answers (2)

Matt J
Matt J on 11 Oct 2012
Edited: Matt J on 11 Oct 2012
There are no 3D registration functions in MATLAB, currently. The only stock registration function offered is IMREGISTER, which is for 2D-2D intensity-based registration only. If you want to do this in MATLAB, you will end up coding most of it yourself, though certain toolbox functions like imtransform() might be useful building blocks for you.
You could also search the File Exchage for relevant tools. For example, this might be appliable if you can segment the surface you want in the CT image
Any reason not to use ITK or something else more dedicated to registration?
  2 Comments
Jolanta Gavrowski
Jolanta Gavrowski on 13 Oct 2012
Sorry about that. Here is the repost :
I have had a look on ITK, it looks hardcore C++ programming where I am not really good. I find Matlab a bit handy, But is ITK and VTK only software for image registrations of 3D images?
Image Analyst
Image Analyst on 13 Oct 2012
No - you could use expensive but extremely powerful standalone programs like Avizo that were build for volume visualization, registration, and measurements. They can do things MATLAB can only dream of.

Sign in to comment.


Alex Taylor
Alex Taylor on 15 May 2013
imregister/imregtform were enhanced to support volumetric registration a few releases ago, for anyone just now coming to this thread.
  3 Comments
Alex Taylor
Alex Taylor on 31 Jul 2013
Yes, imregister and imregtform will perform 3-D registration when given 3-D inputs.
Harmeet Kaur
Harmeet Kaur on 26 Jul 2018
please give some help on how to perform 3d volume registration using imregister without using RIRE

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!