필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
RKG
RKG 2018년 11월 11일
댓글: Mouaz Alsamman 2021년 6월 9일
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...

채택된 답변

Image Analyst
Image Analyst 2018년 11월 11일
편집: Image Analyst 2018년 11월 11일
Just OR them together:
finalBinaryImage = binaryImage1 | binaryImage2;
  댓글 수: 6
Image Analyst
Image Analyst 2020년 3월 6일
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 2021년 6월 9일
can you share the code on how to merge the two ROI images ?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by