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

2 views (last 30 days)
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.

Answers (1)

Guillaume
Guillaume on 16 Jun 2016
"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 Comments
sushanth kalva
sushanth kalva on 16 Jun 2016
i mean the black portion should be removed without loosing the information of the image.
Guillaume
Guillaume on 17 Jun 2016
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.

Sign in to comment.

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!