MCPcopy Create free account
hub / github.com/HYUNJS/SGT / apply_image

Method apply_image

projects/Datasets/Transforms/transform.py:30–31  ·  view source on GitHub ↗
(self, img, interp=None)

Source from the content-addressed store, hash-verified

28 return segmentation
29
30 def apply_image(self, img, interp=None):
31 return self.hue(img)
32
33 def hue(self, img):
34 img_hsv = cv2.cvtColor(img, self.cvt_format_in)

Callers 5

__call__Method · 0.45
__call__Method · 0.45
visualize_inputMethod · 0.45
visualize_outputMethod · 0.45
__call__Method · 0.45

Calls 1

hueMethod · 0.95

Tested by

no test coverage detected