MCPcopy Index your code
hub / github.com/HobbitLong/PyContrast / RGB2RGB

Class RGB2RGB

pycontrast/datasets/util.py:78–81  ·  view source on GitHub ↗

Dummy RGB transfer.

Source from the content-addressed store, hash-verified

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

Callers 2

build_transformsFunction · 0.85
build_linear_loaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected