Info
此问题已关闭。 请重新打开它进行编辑或回答。
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 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Guillaume
2017-7-11
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 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!