필터 지우기
필터 지우기

How to superimpose a segment image to original image?

조회 수: 1 (최근 30일)
Tan Wen Kun
Tan Wen Kun 2015년 12월 10일
segment=imread('1.1.jpg');
original=imread('1.jpg');
I using
superimpose=imfuse(segment,original);
but it cant work, how can I place the segment img with transparency on top of original image?

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by