Filter löschen
Filter löschen

define boundaries and merge two objects

4 Ansichten (letzte 30 Tage)
Walaa
Walaa am 8 Okt. 2022
Kommentiert: Image Analyst am 8 Okt. 2022
I have these both segemented objects and I want to define their boundaries by drawing a perfect circle after that I want to merge these objects in one image . could you help?

Akzeptierte Antwort

Image Analyst
Image Analyst am 8 Okt. 2022
Assuming they both have the same number of rows and columns, you can do
maskBoth = mask1 | mask2; % Merge -- make union of the two binary images.
  1 Kommentar
Image Analyst
Image Analyst am 8 Okt. 2022
You can use viscircles to draw perfect circles into the overlay above the image.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by