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

1 回表示 (過去 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 Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by