MCPcopy Create free account
hub / github.com/HobbitLong/PyContrast / equalize

Function equalize

pycontrast/datasets/RandAugment.py:121–122  ·  view source on GitHub ↗
(img, **__)

Source from the content-addressed store, hash-verified

119
120
121def equalize(img, **__):
122 return ImageOps.equalize(img)
123
124
125def solarize(img, thresh, **__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected