필터 지우기
필터 지우기

How to apply a function to a large number of images

조회 수: 1 (최근 30일)
lech king
lech king 2021년 3월 30일
답변: Kwasi 2021년 3월 30일
I have written an image processing function
When there is only one image, for load image using imread and save the result with the imsave command.
But I want to apply this function to 20,000 photos
How do I apply a function to this number of images and save the result?
Thank you for your help

답변 (1개)

Kwasi
Kwasi 2021년 3월 30일
@lech king, You can run the same code in a "for loop" such that each run will take one image and save the result in a folder.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by