how to calculate entropy of colored image?

43 ビュー (過去 30 日間)
sweta arya
sweta arya 2015 年 12 月 29 日
コメント済み: Jordan Rashid 2018 年 10 月 23 日
how to calculate entropy of colored image?
  1 件のコメント
Htet Yamin Ko Ko
Htet Yamin Ko Ko 2017 年 1 月 2 日
You can calculate entropy for each color channel separately.

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

回答 (2 件)

A. P. B.
A. P. B. 2017 年 6 月 23 日
編集済み: A. P. B. 2017 年 6 月 23 日
Assuming input_image is the name of the input. Entropy of each channel can be found using : Entropy_Red_Channel=Entropy(input_image(:,:,1)).
For each channel R,G and B you can calculate them separately. You can calculate entropy for multidimensional image but the function entropy will consider each of them as gray scale not RGB. Finally you can average the per channel entropy.

Jordan Rashid
Jordan Rashid 2018 年 9 月 6 日
Unless you account for the mutual information between channels, the solutions posted here will overestimate the total entropy.
  2 件のコメント
Francisca Rey
Francisca Rey 2018 年 10 月 23 日
How can you take into consideration the mutual information between channels?
Jordan Rashid
Jordan Rashid 2018 年 10 月 23 日
https://en.wikipedia.org/wiki/Mutual_information#Relation_to_conditional_and_joint_entropy
The calculations include many more terms as you increase the number of channels.

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

カテゴリ

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