imshow() for multiple selected objects

3 ビュー (過去 30 日間)
Veena Chatti
Veena Chatti 2020 年 10 月 6 日
コメント済み: Ameer Hamza 2020 年 10 月 7 日
Hi,
I have an image with ~200-250 labeled objects. How can I use imshow() to display multiple selected objects?
When I try this:
imshow(LL == 200)
It works to show the object labeled 200. Say I want to see 200 and 201. I tried:
imshow(LL == 200)
hold on
imshow(LL == 201)
This erases 200 and shows just 201.
Thanks for your suggestions and tips!

採用された回答

Ameer Hamza
Ameer Hamza 2020 年 10 月 6 日
  11 件のコメント
Veena Chatti
Veena Chatti 2020 年 10 月 7 日
Thank you! I think I am beginning to follow the logic of how image() works. The trick is to find a way to get it to retain the labels while tracking the objects now.
I really appreciate all your help. Thanks again!
Ameer Hamza
Ameer Hamza 2020 年 10 月 7 日
I am glad to be of help! :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by