MCPcopy 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
114def minmax(img):
115 return np.clip(img, 0, 1)
116
117
118# Loading images

Callers 1

Calls 1

clipMethod · 0.45

Tested by

no test coverage detected