how to calculate running average on multiple images in one folder

1 次查看(过去 30 天)
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