how to blend the mosaic output and composititing it into flat view

조회 수: 2 (최근 30일)
sushanth kalva
sushanth kalva 2016년 6월 16일
댓글: Guillaume 2016년 6월 17일
can any one please explain the steps involved in the blending of the mosaic output of the two images shown below?
i need the output without the those black areas,without loosing the mosaic image information.

답변 (1개)

Guillaume
Guillaume 2016년 6월 16일
"i need the output without the those black areas and those black pixels should be filled with the image pixels"
There are no image pixels available to fill these areas. That's why they're black. Unless you have another image that shows what should be in these areas, what you're asking is impossible.
  댓글 수: 2
sushanth kalva
sushanth kalva 2016년 6월 16일
i mean the black portion should be removed without loosing the information of the image.
Guillaume
Guillaume 2016년 6월 17일
Since an image is always rectangular, the only way you can remove the black portion is either by replacing it with something else or cropping the image into a smaller rectangle.
Unless you have another image to tell you what the 'something else' should be you can only take a guess or use a solid colour( matlab uses black).
Cropping the image will obviously loose some information at the same time.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by