MCPcopy Create free account
hub / github.com/SLDGroup/EMCAD / __call__

Method __call__

utils/transforms.py:37–38  ·  view source on GitHub ↗
(self, img)

Source from the content-addressed store, hash-verified

35 self.interpolation = interpolation
36
37 def __call__(self, img):
38 return img.resize(self.size, self.interpolation)
39
40
41class FlipChannels(object):

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected