MCPcopy Create free account
hub / github.com/TorchSSL/TorchSSL / Equalize

Function Equalize

datasets/augmentation/randaugment.py:34–35  ·  view source on GitHub ↗
(img, _)

Source from the content-addressed store, hash-verified

32
33
34def Equalize(img, _):
35 return PIL.ImageOps.equalize(img)
36
37
38def Invert(img, _):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected