help me on image blending ??
古いコメントを表示
i have stitch the images together . now i want them to be blended . please suggest me methods to get the image blended ..
回答 (1 件)
David Sanchez
2013 年 10 月 25 日
0 投票
If both images have the same size, you can add one into the other:
I1 = image_1; I2 = image_2;
I_blended = I1 + I2;
3 件のコメント
shishir
2013 年 10 月 26 日
Image Analyst
2013 年 10 月 27 日
I think David will ask you the same thing . Assuming you cast the images to floating point, and display with imshow(I_blended, []), what's wrong with his code?
shishir
2013 年 10 月 27 日
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
