how to blend the mosaic output and composititing it into flat view
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Guillaume
il 16 Giu 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 Commenti
Guillaume
il 17 Giu 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.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!