Selection of roi for multiple images

5 visualizaciones (últimos 30 días)
swati mane
swati mane el 17 de Dic. de 2019
Comentada: Image Analyst el 7 de En. de 2023
I have 50 images in one folder. For one image I can select roi by clicking the mouse but now i need automatic selection of roi for multiple images.How to do this ?

Respuesta aceptada

Rik
Rik el 17 de Dic. de 2019
If you want to apply the same ROI to all images: export the ROI as a logical array.
If you want to select a different ROI for each image, generate the list of file names with dir() and loop through the elements.
  12 comentarios
HARISH KUMAR
HARISH KUMAR el 7 de En. de 2023
okay, Thank you.
I will into it once.
Image Analyst
Image Analyst el 7 de En. de 2023
Perhaps the poorly-named a is a gray scale image, not a color image.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by