how to superimpose a picture on an other pic in a same fig?

조회 수: 3 (최근 30일)
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 3월 12일
i mean to say suppose i have two pic, one is of a playground and other is a ball. now i open the pic of playground by using imread() command. now in that same fig i have to impose the ball also in a particular co-ordinate.how to do that?

답변 (2개)

Image Analyst
Image Analyst 2012년 3월 12일
You can either have to replace the playground image pixels with the ball pixels, or average them with the ball pixels. Or you can have the ball be in the overlay (on top of the playground), so that the playground image itself if not altered. Which do you want to do?
  댓글 수: 2
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 3월 12일
i can replace the playground imagew pixcel with the ball pixcel.bt,its very necessary that only the small size where the ball will be placed,wiil be altered.
Krishnendu Mukherjee
Krishnendu Mukherjee 2012년 3월 12일
can u update the code please

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


Sean de Wolski
Sean de Wolski 2012년 3월 12일
R2012a:doc imfuse awesomeness

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by