Visualizing image deformation (object shrinkage)

12 次查看(过去 30 天)
I have two images of the same, complex object taken at two different times. The object has shrunk between images and I need to somehow represent this shrinkage in the form of a static 2D graphic. The shrinkage is quite obvious when "flickering" between the two images (appropriate for, say, a presentation) but I need to convey this shrinkage in a static figure for a paper.
Ideally, I would like to show some sort of color vector field (perhaps from quiver) superimposed on top of the final image. However, I'm struggling to extract the displacement field from these two objects. I first tried taking the difference between the two images and then taking the x and y gradients, using that as input into the quiver function. But this doesn't seem to capture the object features very faithfully, and it fails for larger deformations. I then tried computing a nonrigid deformation map using the registrationEstimator app. But this also has a hard time finding the relevant features and, consequently, the registered image doesn't resemble the reference image all that well.
Does anyone have some tips for how I could make some progress with this? Incidentally, it would probably be enough to map the displacement of the object edges (the interior has relatively little contrast), so this could potentially be combined with some edge finding routine, if anyone has a good suggestion.

回答(1 个)

Martin Stolar 941141202
If you are still looking.
PIV (particle image velocimatry)
It maps fluid flow as vector fiels but it might be helpfull.

类别

Help CenterFile Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by