Calculating difference between histograms

6 ビュー (過去 30 日間)
Renjith V Ravi
Renjith V Ravi 2017 年 2 月 13 日
コメント済み: Renjith V Ravi 2017 年 2 月 13 日
Can I use the command
Z = imabsdiff(X,Y)
for calculating the difference between histograms of two images.

採用された回答

Image Analyst
Image Analyst 2017 年 2 月 13 日
Z = imabsdiff(X,Y) subtracts each element in array Y from the corresponding element in array X and returns the absolute difference in the corresponding element of the output array Z. If you passed two count arrays (histograms) in for X and Y, it would give the absolute value of the count differences, but what does that mean? Probably not what you hope it might. What are you trying to accomplish?
  2 件のコメント
Renjith V Ravi
Renjith V Ravi 2017 年 2 月 13 日
I have posted it as another question
Renjith V Ravi
Renjith V Ravi 2017 年 2 月 13 日

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

その他の回答 (0 件)

カテゴリ

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