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

Method process

editor/widgets/toolbox_opencv.py:528–531  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

526 super(OpencvBitwiseAnd, self).__init__("", *args, **kwargs)
527
528 def process(self):
529 if not self.img1 is None:
530 if not self.img2 is None:
531 self.set_image_data(cv2.bitwise_and(self.img1, self.img1, mask=self.img2))
532
533
534class OpencvBitwiseOr(OpencvImage, BinaryOperator):

Callers

nothing calls this directly

Calls 1

set_image_dataMethod · 0.45

Tested by

no test coverage detected