MCPcopy Create free account
hub / github.com/rawpython/remi / set_image_data

Method set_image_data

editor/widgets/toolbox_opencv.py:180–182  ·  view source on GitHub ↗
(self, image_data_as_numpy_array)

Source from the content-addressed store, hash-verified

178 self.thread.start()
179
180 def set_image_data(self, image_data_as_numpy_array):
181 #oveloaded to avoid update
182 self.img = image_data_as_numpy_array
183
184 def search_app_instance(self, node):
185 if issubclass(node.__class__, remi.server.App):

Callers 1

get_image_dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected