how to register a medical image in matlab
이전 댓글 표시
답변 (2개)
Image Analyst
2012년 3월 30일
0 개 추천
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.
Another option is Brett Shoelson's http://www.mathworks.com/matlabcentral/fileexchange/34510-image-registration-gui
댓글 수: 4
Sivakumaran Chandrasekaran
2012년 3월 30일
이동: DGM
2023년 12월 29일
Image Analyst
2012년 3월 30일
이동: DGM
2023년 12월 29일
If you can't tell then maybe it didn't matter in the first place.
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
2012년 4월 1일
이동: DGM
2023년 12월 29일
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
2012년 4월 1일
이동: DGM
2023년 12월 29일
카테고리
도움말 센터 및 File 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!