Find geometric mean and arithmetic mean

33 次查看(过去 30 天)
how to find geometric mean and arithmetic mean of histogram of an image

采纳的回答

JESUS DAVID ARIZA ROYETH
I = imread('pout.tif');
a=imhist(I);
arithmeticmean=mean(a);
geometricmean=geomean(a);

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by