Can I use roipoly on one image and get it to apply to multiple?
조회 수: 2 (최근 30일)
이전 댓글 표시
So basically what the question says. Can I use roipoly on one main image, and then get that created mask to apply to multiple other images? I am having trouble figuring out how to do so if it is possible. All insights are helpful! Thanks in advance
댓글 수: 0
채택된 답변
Cris LaPierre
2023년 5월 18일
Yes. The output of roiploy is a binary mask. You can do whatever you'd like with that mask, including applying it to other images.
댓글 수: 3
Cris LaPierre
2023년 5월 18일
You do not need to call roipoly again. Capture the output of roipoly in a variable, and then use that mask the same way you used it in the original image.
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!