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

2 visualizzazioni (ultimi 30 giorni)
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?

Risposte (2)

Image Analyst
Image Analyst il 12 Mar 2012
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 Commenti
Krishnendu Mukherjee
Krishnendu Mukherjee il 12 Mar 2012
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.

Accedi per commentare.


Sean de Wolski
Sean de Wolski il 12 Mar 2012
R2012a:doc imfuse awesomeness

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by