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

Class OPENCVPlaceholder

editor/widgets/__init__.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 OpencvMatchTemplate
35except Exception:
36 class OPENCVPlaceholder(gui.Label):
37 icon = default_icon("missing OPENCV")
38 def __init__(self, msg="In order to use OpenCv widgets install python-opencv \n" + traceback.format_exc()):
39 super(OPENCVPlaceholder, self).__init__(msg)
40 self.css_white_space = 'pre'
41
42from .toolbox_scheduling import TimerWidget
43

Callers

nothing calls this directly

Calls 1

default_iconFunction · 0.70

Tested by

no test coverage detected