Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ minmax
Function
minmax
examples/domain-adaptation/plot_otda_linear_mapping.py:114–115 ·
view source on GitHub ↗
(img)
Source
from the content-addressed store, hash-verified
112
113
114
def
minmax(img):
115
return
np.clip(img, 0, 1)
116
117
118
# Loading images
Callers
1
plot_otda_linear_mapping.py
File · 0.70
Calls
1
clip
Method · 0.45
Tested by
no test coverage detected