Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HobbitLong/PyContrast
/ brightness
Function
brightness
pycontrast/datasets/RandAugment.py:158–159 ·
view source on GitHub ↗
(img, factor, **__)
Source
from the content-addressed store, hash-verified
156
157
158
def
brightness(img, factor, **__):
159
return
ImageEnhance.Brightness(img).enhance(factor)
160
161
162
def
sharpness(img, factor, **__):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected