Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
RKG
RKG le 11 Nov 2018
Commenté : Mouaz Alsamman le 9 Juin 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...

Réponse acceptée

Image Analyst
Image Analyst le 11 Nov 2018
Modifié(e) : Image Analyst le 11 Nov 2018
Just OR them together:
finalBinaryImage = binaryImage1 | binaryImage2;
  6 commentaires
Image Analyst
Image Analyst le 6 Mar 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 le 9 Juin 2021
can you share the code on how to merge the two ROI images ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by