필터 지우기
필터 지우기

3D image registration for CT to Laser

조회 수: 1 (최근 30일)
Jolanta Gavrowski
Jolanta Gavrowski 2012년 10월 11일
댓글: Harmeet Kaur 2018년 7월 26일
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.

답변 (2개)

Matt J
Matt J 2012년 10월 11일
편집: Matt J 2012년 10월 11일
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
Jolanta Gavrowski
Jolanta Gavrowski 2012년 10월 13일
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 2012년 10월 13일
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.

댓글을 달려면 로그인하십시오.


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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by