how to compare two variances of two RGB image

1 回表示 (過去 30 日間)
bay rem
bay rem 2016 年 2 月 5 日
編集済み: bay rem 2016 年 2 月 5 日
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 件のコメント
Walter Roberson
Walter Roberson 2016 年 2 月 5 日
That code is giving you three variances for each image, which does not allow you to decide which image has the maximum variance.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by