Filter löschen
Filter löschen

how to compare two variances of two RGB image

3 Ansichten (letzte 30 Tage)
bay rem
bay rem am 5 Feb. 2016
Bearbeitet: bay rem am 5 Feb. 2016
i calculate for each image its variance like below:
for i=1:3
Var(i) = var(reshape(im1(:,:,i),[],1));
end
how can i then compare the two variances to find wich image have max variance?
  1 Kommentar
Walter Roberson
Walter Roberson am 5 Feb. 2016
That code is giving you three variances for each image, which does not allow you to decide which image has the maximum variance.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by