displacement vector
이전 댓글 표시
Hi, I have two images of same size such that
im1_o=image at time 0
im2_1=image at time 1
I want to compute displacement vetor for these two images using intensity correlation for given Window size (odd). I donot understand where to start. Can I use some builtin function of matlab? Any help or link to some code.
채택된 답변
추가 답변 (2개)
Aaronne
2011년 8월 25일
편집: John Kelly
2014년 5월 27일
1 개 추천
I guess you are looking for something at the end the page
Use 'quiver' function.
Thanks.
Sean de Wolski
2011년 5월 23일
doc normxcorr2
댓글 수: 7
shah baba
2011년 5월 23일
Sean de Wolski
2011년 5월 23일
1) Yes, the size of template - the first input argument to normxcorr2
2) If you have them registered already then why do you need to calculate a displacement vector...?
shah baba
2011년 5월 23일
Sean de Wolski
2011년 5월 23일
So then why do you need a displacement vector? Wouldn't an image subtraction work. You're not going to be able to calculate a displacement vector for an object that is not in both images (e.g. flood waters v. Vicksburg MS)
shah baba
2011년 5월 24일
Sean de Wolski
2011년 5월 24일
But the object is changing size (i.e. morphing) and so what you want is the new area defined by the flood. This is not a displacement vector as there is something completely new in the image. A displacement vector is the change in location of an object in BOTH images. So what you want to do is register the images to the best of your ability and then do an image comparison, such as a subtraction/area calculation/segmentation etc, to figure out how much has flooded. Post your images if you want better answers.
shah baba
2011년 5월 24일
카테고리
도움말 센터 및 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!
