Cropping a Folder of Images
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Articat
 am 22 Mai 2019
  
    
    
    
    
    Beantwortet: Image Analyst
      
      
 am 23 Mai 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 Kommentare
Akzeptierte Antwort
  Image Analyst
      
      
 am 23 Mai 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!