필터 지우기
필터 지우기

can we find out the difference between two histogram , if yes then how ?

조회 수: 2 (최근 30일)
chitresh
chitresh 2013년 11월 7일
댓글: chitresh 2013년 11월 7일
i use imhist(file_name) command to display histogram of two different images, now i want to see the difference between them, in my case its looks almost similar in picture, so how can i see the difference between them

답변 (1개)

Dhivya
Dhivya 2013년 11월 7일
If you just want to know the difference in values, then go for
a=imread('image1'); b=imread('image2'); c=imhist(a); d=imhist(b); z=c-d;
  댓글 수: 1
chitresh
chitresh 2013년 11월 7일
that i know dhivya i want to see the change in image histogram , i already done what you had said

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by