Removing blurred part in intermediate images in morphing of images.

조회 수: 1 (최근 30일)
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.

채택된 답변

Image Analyst
Image Analyst 2019년 12월 24일
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

추가 답변 (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