フィルターのクリア

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 Center および File ExchangeGeometric 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