information op• Data kinds: image2d → scalar
• Call: import imgmetrics; imgmetrics.image_entropy(a, bins=64, data_range=None) (or opsimgmetrics.get("image_entropy"))
Shannon entropy of one image [bit].
> The detailed description below is the original text — the summary and the headings are translated.
`mutual_information` と同じビン割りで出すので、
`mutual_information(a, a) == image_entropy(a)` が厳密に成り立つ
(テストで固定)。既存の `entropy_gray / entropy_image`(backends)は
別のビン割りなので値は一致しない ―― こちらは同時分布と整合する側。
• image_difference_metrics family guide
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• image_quality_metrics — py -3.11 examples/image_quality_metrics.py
• poc_dehazing — py -3.11 examples/poc_dehazing.py
scalar as input)—
information)joint_entropy · mutual_information · normalized_mutual_information · joint_histogram
*Provenance: imgmetrics.py — IMGMETRICS operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.