function in matlab for registration

조회 수: 2 (최근 30일)
bil bbil
bil bbil 2014년 3월 30일
댓글: Image Analyst 2014년 3월 31일
Hi
I have two image has two different time..
is there a function in matlab for registration

답변 (2개)

Image Analyst
Image Analyst 2014년 3월 30일
You can use imregister() in the Image Processing Toolbox. It was introduced a few versions ago, so unless you have a really antique version you should have it.
  댓글 수: 2
Image Analyst
Image Analyst 2014년 3월 31일
bil bbil's "ANswer" moved here:
i have matlab2013b
Can you give me the structure of imregister or exemple ..I did not understand how used
Image Analyst
Image Analyst 2014년 3월 31일
I don't know what you mean by structure. There are examples in the help for imregister - did you not notice them?

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


Alex Taylor
Alex Taylor 2014년 3월 31일
Also, imregcorr was introduced in R2014a in the Image Processing Toolbox. It uses a phase correlation based approach that is often useful at recovering large misalignments (it looks like the images in this example are rotated by 180 degrees relative to each other). If you have R2014a, I'd look at imregcorr first. Otherwise, imregister.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by