Find geometric mean and arithmetic mean
38 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Elysi Cochin
il 11 Nov 2019
Risposto: JESUS DAVID ARIZA ROYETH
il 11 Nov 2019
how to find geometric mean and arithmetic mean of histogram of an image
0 Commenti
Risposta accettata
JESUS DAVID ARIZA ROYETH
il 11 Nov 2019
I = imread('pout.tif');
a=imhist(I);
arithmeticmean=mean(a);
geometricmean=geomean(a);
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!