Cropping a Folder of Images
조회 수: 1 (최근 30일)
이전 댓글 표시
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
채택된 답변
Image Analyst
2019년 5월 23일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!