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

Method __call__

pycontrast/datasets/util.py:80–81  ·  view source on GitHub ↗
(self, img)

Source from the content-addressed store, hash-verified

78class RGB2RGB(object):
79 """Dummy RGB transfer."""
80 def __call__(self, img):
81 return img
82
83
84class RGB2Lab(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected