Cropping a Folder of Images
3 ビュー (過去 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 で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!