Can I use roipoly on one image and get it to apply to multiple?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
William
el 18 de Mayo de 2023
Comentada: William
el 19 de Mayo de 2023
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 comentarios
Respuesta aceptada
Cris LaPierre
el 18 de Mayo de 2023
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 comentarios
Cris LaPierre
el 18 de Mayo de 2023
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.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!