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

조회 수: 6 (최근 30일)
VENKATESAN
VENKATESAN 2012년 12월 5일
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.

답변 (1개)

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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile 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!

Translated by