how to calculate running average on multiple images in one folder

조회 수: 1 (최근 30일)
devabhaktuni phaneendrababu
devabhaktuni phaneendrababu 2013년 10월 10일
편집: kittu 2013년 10월 10일
I want to calculate running average of multiple images in one folder , means in one folder there are 1000 images how to do running average of all images

답변 (1개)

kittu
kittu 2013년 10월 10일
편집: kittu 2013년 10월 10일
Use
uigetfile
to select all the images in your directory and then store in some variable. Use mean to find the average.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by