How do I write a function to copy an image on top of another?

For class I have to write code to crop myself and a friend into four different pictures of places around the world. I'm new and have no idea how to do this and was wondering if someone could help get me started with how to copy myself onto a background.
A = imread('penguins.jpg'); %Background of penguins on a glacier B = imread('Aidan.jpg'); %My friend Aidan jumping
C = imfuse(A,B); imshow(C);
I tried imfuse but found out it is not the way I need to go. If anyone can help it would be much appreciated!

 채택된 답변

Image Analyst
Image Analyst 2014년 3월 30일

0 개 추천

See my demo file (attached below in blue) to copy and paste a small image onto a larger image.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

태그

질문:

2014년 3월 30일

답변:

2014년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by