tidy description

This commit is contained in:
2026-04-04 14:59:36 -07:00
parent a0d3b22f18
commit a39eece400

View File

@@ -64,7 +64,6 @@ class DistributionCoercion:
DESCRIPTION = (
"Transform pixel values so their distribution matches a target shape "
"(uniform, Gaussian, or discrete levels) using rank-based reassignment. "
"Equivalent to Gwyddion's coerce.c module."
)
KEYWORDS = ("coerce", "histogram matching", "equalize", "uniform", "gaussian", "quantize")