フィルターのクリア

how to register a medical image in matlab

3 ビュー (過去 30 日間)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012 年 3 月 30 日
移動済み: DGM 2023 年 12 月 29 日
how to register a medical image in matlab

回答 (2 件)

Image Analyst
Image Analyst 2012 年 3 月 30 日
It's not easy, especially if it's a 3D image. There are lots of complicated papers on the process. For starters, why don't you start with cpselect(), a simple, manual 2D registration using user-selected landmarks. In the help, navigate to this discussion: Image Processing Toolbox -> User's Guide -> Image Registration -> Registering an Image.
  4 件のコメント
Image Analyst
Image Analyst 2012 年 3 月 31 日
移動済み: DGM 2023 年 12 月 29 日
First, exclude all pixels that are at the edges that aren't in both of the images - you know, the black triangles that appear at the outer edges when you rotate, scale, and translate the image to make it align with the reference image. Only consider pixels that are common to both images. Then do a subtraction or PSNR or RMS error or something like that.
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012 年 4 月 1 日
移動済み: DGM 2023 年 12 月 29 日
Image Analyst, Thanks and I shall try your ideas

サインインしてコメントする。


Alex Taylor
Alex Taylor 2012 年 3 月 30 日
移動済み: DGM 2023 年 12 月 29 日
Siva,
If you are using R2012a, you might also check out the new function imregister. This function can be used to perform automated image registration:
help imregister
  1 件のコメント
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012 年 4 月 1 日
移動済み: DGM 2023 年 12 月 29 日
Alex,
Thanks. Unfortunately i am still using 2008b. I will remember your answer and when i come to use 2012a, i will work it out

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by