필터 지우기
필터 지우기

how to compare two variances of two RGB image

조회 수: 3 (최근 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 CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by