Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

I have calculated fractional value of each image in an image array ,but how to calculate average of all the fractional values of an image array using matlab.

1 visualizzazione (ultimi 30 giorni)
I have calculated fractional value of each image in an image array ,but how to calculate average of all fractional values of an image array .

Risposte (1)

Guillaume
Guillaume il 11 Lug 2017
I don't know what fractional value of an image mean. To calculate the average of an array:
mean(yourarray(:))
or if you have the processing toolbox and your image is greyscale
mean2(yourarray)

Community Treasure Hunt

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

Start Hunting!

Translated by