MCPcopy Index your code
hub / github.com/rawpython/remi / __init__

Method __init__

editor/widgets/toolbox_opencv.py:463–465  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

461 self.on_new_image_listener(self.image_source)
462
463 def __init__(self, *args, **kwargs):
464 self.conversion_code = cv2.COLOR_BGR2HSV
465 super(OpencvCvtColor, self).__init__("", *args, **kwargs)
466
467 def on_new_image_listener(self, emitter):
468 if emitter is None or emitter.img is None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected