Removing blurred part in intermediate images in morphing of images.

1 visualización (últimos 30 días)
I am working on image morphing of two hand gestures. I also got intermediate images. I am attaching here 1)Source Image 2) Target Image 3) Intermediate image 1st 4)Intermediate image 2nd. In Intermediate image 1st I am getting blurred part of target image and in Intermediate image 2nd I am getting blurred part of source image. Can anyone suggest any approach to reomve the blurred part? Also tell me are the intermediate images suffering from double exposure artifacts?
1)Source Image 2) Target Image
3) Intermediate image 1st 4)Intermediate image 2nd
Original image size is 901-by-931. While inserting images I pasted here at 25% of their size.

Respuesta aceptada

Image Analyst
Image Analyst el 24 de Dic. de 2019
Morphing is the combination of warping the image followed by a weighted sum. It appears that you are simply doing a weighted sum. That is not morphing. You need to do a warping with imwarp.
See Steve Eddins's Image Processing Blog for how to do warping.
custom_tforms_04.jpg

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by