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

Method __init__

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

Source from the content-addressed store, hash-verified

295 def threshold(self, v): self.__threshold = int(float(v)); self.on_new_image_listener(self.image_source)
296
297 def __init__(self, *args, **kwargs):
298 super(OpencvThreshold, self).__init__("", *args, **kwargs)
299 self.threshold = 125
300
301 def on_new_image_listener(self, emitter): #THRESHOLD
302 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