Cropping a Folder of Images
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Articat
el 22 de Mayo de 2019
Respondida: Image Analyst
el 23 de Mayo de 2019
I am trying to crop multiple images instead of cropping them on at a time. I tried using the "imcrop" command but the result was an "Invalid Input". Is there a way to do this with a loop?
0 comentarios
Respuesta aceptada
Image Analyst
el 23 de Mayo de 2019
See code samples in the FAQ: https://matlab.fandom.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Put imcrop() in the middle of the for loop.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!