Find geometric mean and arithmetic mean

조회 수: 38 (최근 30일)
Elysi Cochin
Elysi Cochin 2019년 11월 11일
답변: JESUS DAVID ARIZA ROYETH 2019년 11월 11일
how to find geometric mean and arithmetic mean of histogram of an image

채택된 답변

JESUS DAVID ARIZA ROYETH
JESUS DAVID ARIZA ROYETH 2019년 11월 11일
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