Skip to content

Commit

Permalink
docs: 📝 update entropy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chaofengc committed Jun 16, 2023
1 parent 5f6d4fb commit e75c152
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pyiqa/archs/entropy_arch.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
r"""Peak signal-to-noise ratio (PSNR) Metric
r"""Entropy Metric for grayscale images.
Entropy is a statistical measure of randomness that can be used to characterize the texture of the input image.
Created by: https://github.com/photosynthesis-team/piq
Modified by: Jiadi Mo (https://github.com/JiadiMo)
Created by: Chaofeng Chen (https://github.com/chaofengc)
Refer to:
Wikipedia from https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio
QIQA from https://github.com/francois-rozet/piqa/blob/master/piqa/psnr.py
Matlab: https://www.mathworks.com/help/images/ref/entropy.html
"""

Expand Down

0 comments on commit e75c152

Please sign in to comment.