Borrar filtros
Borrar filtros

How to merge two segmented parts of same Image???

2 visualizaciones (últimos 30 días)
RKG
RKG el 11 de Nov. de 2018
Comentada: Mouaz Alsamman el 9 de Jun. de 2021
I segmented ROI part of an image and applied some operation on ROI and Non-ROI separately. Now, after that, I want to merge these parts back to show the reconstructed image. How can I do this? Please provide a Matlab function to solve this problem. Thanks in advance...

Respuesta aceptada

Image Analyst
Image Analyst el 11 de Nov. de 2018
Editada: Image Analyst el 11 de Nov. de 2018
Just OR them together:
finalBinaryImage = binaryImage1 | binaryImage2;
  6 comentarios
Image Analyst
Image Analyst el 6 de Mzo. de 2020
That is the gray scale image that you want to mask. I called mine grayImage. What did you call your variable?
Mouaz Alsamman
Mouaz Alsamman el 9 de Jun. de 2021
can you share the code on how to merge the two ROI images ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by