|
"privatemeet none" <privatemeet@yahoo.com> wrote in message <ic2qhg$9al$1@fred.mathworks.com>...
> I am trying to register two CT images from the same patient.
> Here are the images.
>
> http://s1192.photobucket.com/albums/aa325/privatemeet/CT%20images/
>
> Actually, I would like to register them somehow, maybe according spine bone or some other object.
>
> Did anybody worked on this before?
Have you looked at papers on digital volume correlation? I assume, you have 3D volumes since these are CT scans. Do you have significant rotations? This would severely impact your choice of algorithm and implementation
For just translational registration you want to minimize the normalized cross correlation coefficient (the equation for that can be found easily). However, since that's rather computationally expensive you can get away with minimizing the absolute differences.
You can also look into a phase correlation method which is very easy to implement and can account for rotational effects (and scaling, but that shouldn't be an issue).
|