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

Function sharpness

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

Source from the content-addressed store, hash-verified

160
161
162def sharpness(img, factor, **__):
163 return ImageEnhance.Sharpness(img).enhance(factor)
164
165
166def _randomly_negate(v):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected