Filter löschen
Filter löschen

interpolation between 2 images

4 Ansichten (letzte 30 Tage)
tala
tala am 25 Nov. 2016
Kommentiert: naveen venugopal am 22 Jul. 2017
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 Kommentare
tala
tala am 25 Nov. 2016
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 am 22 Jul. 2017
hi Tala, I am working on the same problem. Did you check the possibilities of imwrap() can you share your experience?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 25 Nov. 2016
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.

Weitere Antworten (0)

Kategorien

Mehr zu Read, Write, and Modify Image 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