How to coregister two 2D images of size 2048x2048?

6 Ansichten (letzte 30 Tage)
VENKATESAN
VENKATESAN am 5 Dez. 2012
The region of interest is shifted in one of the images. In the other image, the region of interest is at the center of the image. So how to map the pixels of the region of interest of the shifted image with the other one? Finally the aim is performing coregistration of the two images.

Antworten (1)

Image Analyst
Image Analyst am 5 Dez. 2012
Did you try imregister() in the Image Processing Toolbox. This is exactly what it's meant for. Please try it.
  2 Kommentare
VENKATESAN
VENKATESAN am 5 Dez. 2012
I am using Matlab 2008.. So there is no imregister function...
Image Analyst
Image Analyst am 5 Dez. 2012
Then try normxcorr2() (in the Image Processing Toolbox) and imtranslate() (in the File Exchange).

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by