필터 지우기
필터 지우기

interpolation between 2 images

조회 수: 4 (최근 30일)
tala
tala 2016년 11월 25일
댓글: naveen venugopal 2017년 7월 22일
hi everyone i have 2 grayscle images of ct scan how can i priduce an image between these 2 images by spline,nearest or linear methods?
  댓글 수: 3
tala
tala 2016년 11월 25일
thanks for your attention for example i have 9 frames of echocardiography in 9 time indexes, and i want to have 18 frames instead, so i have to produce one frame between each two consecutive frames to make the number of frames double
naveen venugopal
naveen venugopal 2017년 7월 22일
hi Tala, I am working on the same problem. Did you check the possibilities of imwrap() can you share your experience?

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

채택된 답변

Image Analyst
Image Analyst 2016년 11월 25일
Like Adam says, you can just take the average of the two. This will average intensities but it does not move structures laterally/spatially like a morphing/warping would. To do that you'd need to identify landmarks in the initial and final image and then use imwarp() or something to warp the image.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by