Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 .
0 Kommentare
Antworten (1)
Guillaume
am 11 Jul. 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)
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!