MCPcopy Create free account
hub / github.com/OpenGVLab/UniFormerV2 / equalize

Function equalize

slowfast/datasets/rand_augment.py:152–153  ·  view source on GitHub ↗
(img, **__)

Source from the content-addressed store, hash-verified

150
151
152def equalize(img, **__):
153 return ImageOps.equalize(img)
154
155
156def solarize(img, thresh, **__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected